I want to write a new virtual webcam driver, which, for example, will use AVI or live broadcast, for example, for the screen and transmit it as the source of the webcam.
I will not have a webcam, I want to add a virtual webcam that will broadcast the desktop.
Should I write a webcam in kernel mode to do this? If so, can you lead me to a sample webcam driver?
If I have to do this in DirectShow, how to add a webcam to the list of webcams in the control panel, for example, in Yahoo Messenger, I can select this device as a webcam and transfer the desktop as webcam images .
How can i start?
c ++ visual-c ++ kernel
Franklin
source share