Last active
October 22, 2016 08:13
-
-
Save kenci/909f2f5b435cc7baa74799da02db50f9 to your computer and use it in GitHub Desktop.
RTSP stream snapshot
This file contains hidden or 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
avconv -i rtsp://192.168.1.243:554/onvif1 -r 10 -vsync 1 -qscale 1 -vframes 1 -vf "hflip" image.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment