Virtual Webcam Driver

前端 未结 2 617
耶瑟儿~
耶瑟儿~ 2020-12-04 15:54

I want to develop a virtual webcam driver which from User mode I\'ll pass image to it and it will display as webcam output.

I don\'t want to use DirectX filter and

2条回答
  •  既然无缘
    2020-12-04 16:27

    You can not decide how other program would call your driver. Most of programs will use DirectShow. Some would use the win3.x technology VFW. Many new programs, including Windows XP's scanner and camera wizard, may call you via the WIA interface. If you do not want to implement all that, you need to at least provide the DirectShow interface via WDM and let vfwwdm32.dll gives you a VFW interface, or write your own VFW driver.

提交回复
热议问题