Skip to content

Instantly share code, notes, and snippets.

@dannylloyd
Created January 27, 2021 20:10
Show Gist options
  • Save dannylloyd/c8f286662ec542e49d602ba63efe3ea0 to your computer and use it in GitHub Desktop.
Save dannylloyd/c8f286662ec542e49d602ba63efe3ea0 to your computer and use it in GitHub Desktop.
Webcam settings screen via FFMPEG
#https://superuser.com/a/1511657/71857
ffmpeg -list_devices true -f dshow -i dummy -hide_banner
#[dshow @ 0000022fd7ac8440] DirectShow video devices (some may be both video and audio devices)
#[dshow @ 0000022fd7ac8440] "USB 2.0 CAMERA"
ffmpeg -f dshow -show_video_device_dialog true -i video="USB 2.0 CAMERA"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment