Virtual webcam on Windows 10

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Virtual webcam on Windows 10

RiccardoCagnasso
Is there some way create a virtual webcam on Windows 10 and put the output of
a pipeline into it?
Something like using v4l2loopack with v4l2sink on linux.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Virtual webcam on Windows 10

Seungha Yang
Hi,

Unfortunately there's no directly equivalent way to v4l2loopack on Windows.

There are two options,
- You can implement your own DirectShow COM server which serve video data
for client DirectShow source filters as if it's webcam device so that client
DirectShow application can read it from. OBS supports virtual webcam on
Windows using this approach.
- Or, you need to implement Windows driver which serve video data. In this
way, both DirectShow and  MediaFoundation (probably Windows kernel streaming
also) applications can also read data from the virtual webcam.

In any case, it's not simple to achieve on Windows.

Regards,
Seungha



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel