Webcam emulation

The question is as follows: how to implement a virtual webcam, which applications (Skype, for example) defined as a regular camera. And to be able to broadcast an image from C# code to it? Perhaps there are already ready-made libraries. If so, please rub your nose, because I didn't find it. I am grateful in advance to all those who responded.

Author: Андрей, 2018-07-24

1 answers

As a temporary option, you can download ManyCam. It can create a virtual webcam so that it can be seen by applications as a normal camera. The virtual webcam itself is able to show almost anything, whether it is an image from another camera, whether it is a game, whether it is just a monitor screen...

In general, you will see everything there. Now I use the app for a Unity project myself. Its free version is somewhat limited, but if you urgently need a virtual webcam-for now you can use ManyCam.

 1
Author: Иван Малышев, 2018-11-27 09:09:48