Added comments in assignment-5 code to indicate where files will be saved and running commands one by one manually.
This commit is contained in:
parent
83ca37fb37
commit
8e6fb18c16
@ -8,6 +8,9 @@ Code from InternetOfThingsAndEmbeddedSystems (SPPU - Third Year - Computer Engin
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user