Skip to content

Instantly share code, notes, and snippets.

@pmudry
Created March 6, 2021 10:19
Show Gist options
  • Save pmudry/eace36d3026b197c779b6fa0c6366c6e to your computer and use it in GitHub Desktop.
Save pmudry/eace36d3026b197c779b6fa0c6366c6e to your computer and use it in GitHub Desktop.
How to get a snapshot from a Ubiquiti camera
ffmpeg -rtsp_transport tcp -i 'rtsp://192.168.0.1:7447/IscqgonF1qcOGcoR' -vframes 1 -s 1920x1080 -nostdin photo.jpg -y -loglevel 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment