Skip to content

Instantly share code, notes, and snippets.

@kenci
Last active October 22, 2016 08:13
Show Gist options
  • Save kenci/909f2f5b435cc7baa74799da02db50f9 to your computer and use it in GitHub Desktop.
Save kenci/909f2f5b435cc7baa74799da02db50f9 to your computer and use it in GitHub Desktop.
RTSP stream snapshot
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