Added content.

- Notes
- Practical
- Question Papers
- DISCLAIMER and motto file
Lastly, updated README file.
This commit is contained in:
K
2025-01-07 01:04:31 +05:30
parent 4b9f25a690
commit 39df7a43f6
50 changed files with 316 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
: '
THIS CODE HAS BEEN TESTED ON RASPBERRY PI 3B, 4B AND IS FULLY OPERATIONAL.
Problem Statement: Picamera
Code from InternetOfThingsAndEmbeddedSystems (SPPU - Third Year - Computer Engineering - Content) repository on KSKA Git: https://git.kska.io/sppu-te-comp-content/InternetOfThingsAndEmbeddedSystems
'
# BEGINNING OF CODE
# Run these command one by one manually in the terminal.
# Image and video file will be saved in Desktop directory of the cuurent user.
cd /home/$(whoami)/Desktop/ # Changing current working directory to Desktop
raspicam-still -o test.jpg # Image
libcamera-vid --codec h254 vid.h264
# END OF CODE
Binary file not shown.
Binary file not shown.