3
0

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:
K 2024-10-23 13:42:13 +05:30
parent 83ca37fb37
commit 8e6fb18c16
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -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