Created
April 22, 2018 09:03
-
-
Save ivanursul/93f1bfb5525f4a0b4f5043887e612d45 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cd /home/pi/camera | |
date=`date '+%Y/%m/%d/'` | |
time=`date '+%H:%M:%S'` | |
mkdir -p $date | |
avconv -y -loglevel debug -rtsp_transport tcp -i "rtsp://admin:[email protected]:37002/cam/realmonitor?channel=1&subtype=0" -q:v 9 -s 1920x1080 -vframes 1 $date$time.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment