I want to get encoded stream coming from Logitech HD Webcam (UVC) on Windows with Gstreamer. I know on Linux you can access via /dev/video1 and etc. However, I don't know how to do it on Windows.
I can get raw buffers via ksvideosrc on Windows but that doesn't solve my problem. I must get hardware encoded stream. If you know any other library rather than Gstreamer, guide me please.
I expect the output like this but for Windows version.
gst-launch-1.0 v4l2src device=/dev/video0 ! decodebin ! ximagesink