Getting dshow device stream with libVLC
Posted: 19 Nov 2018 17:23
Hi,
I am trying to get a video stream from a device (a webcam with specific format). I can get the stream using VLC but not through libVLC.
Command line in VLC is :
Same options in libVLC fail to get the stream.
Any idea ? Did someone encounter the same issue ?
Best regards
I am trying to get a video stream from a device (a webcam with specific format). I can get the stream using VLC but not through libVLC.
Command line in VLC is :
Code: Select all
vlc dshow:// :dshow-vdev="MyDevice" :dshow-adev=none :dshow-size=200x400 :dshow-chroma=YUYV
Any idea ? Did someone encounter the same issue ?
Best regards