From 8e6fb18c16601d42ceb437e0a87c309b72bb45b1 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Wed, 23 Oct 2024 13:42:13 +0530 Subject: [PATCH] Added comments in assignment-5 code to indicate where files will be saved and running commands one by one manually. --- Practical/Assignment-5/IoT - Code-5.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Practical/Assignment-5/IoT - Code-5.sh b/Practical/Assignment-5/IoT - Code-5.sh index 607e68b..d7e16c9 100755 --- a/Practical/Assignment-5/IoT - Code-5.sh +++ b/Practical/Assignment-5/IoT - Code-5.sh @@ -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