Skip to content

Instantly share code, notes, and snippets.

@DaniruKun
Created April 11, 2021 21:39
Show Gist options
  • Save DaniruKun/186d20d2604e7c79fc9aa4342507d478 to your computer and use it in GitHub Desktop.
Save DaniruKun/186d20d2604e7c79fc9aa4342507d478 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Capture video from a UVC compliant webcam in a specific format and playback using ffplay
ffplay -f avfoundation \
-video_size 1920x1080 \
-framerate 30 \
-probesize 21M \
-pixel_format nv12 \
-i "H264:none"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment