[Config Support]: USB Webcam #18870
-
Beta Was this translation helpful? Give feedback.
Answered by
hawkeye217
Jun 25, 2025
Replies: 1 comment
-
ffmpeg doesn't know how to read from a device in This would be specific to your webcam, so we can't tell you exactly what to use. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kingbuggz14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ffmpeg doesn't know how to read from a device in
/dev/bus/usb
. You need to use the correct device provided by the webcam's driver, usually something like/dev/video...
This would be specific to your webcam, so we can't tell you exactly what to use.