Replies: 2 comments
-
Hi @ride62, check this https://www.ffmpeg.org/ffmpeg-devices.html#Options-5 and just add the parameters like this device://dshow?video=webcamname&optX=valueX |
Beta Was this translation helpful? Give feedback.
0 replies
-
it worked, thank you so much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make a webcam viewer/capture.
I managed to open the stream using:
player.Open("device://dshow?video=webcamname");
but I don't know how to add the parameters to configure the device (fps, video_size, video_codec)
Beta Was this translation helpful? Give feedback.
All reactions