Skip to content
Snippets Groups Projects
Commit 0190e8cd authored by root's avatar root
Browse files

modify the script

parent f4708355
Branches
No related merge requests found
img/
#!/bin/bash
for (( ; ; ))
do
sleep 1
echo "Capturing single image at $(date)" >> webcam.log
fswebcam -r 1920x1080 --skip 5 img/webcam-$(date +%s).jpg
done;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment