开发者

How to create a virtual video capture driver for Windows?

开发者 https://www.devze.com 2022-12-15 20:39 出处:网络
I need to create a driver that presents itself to Windows as a video capture driver. The driver generates the video itself. H开发者_Go百科ow would I go about doing this? And please keep in mind that I

I need to create a driver that presents itself to Windows as a video capture driver. The driver generates the video itself. H开发者_Go百科ow would I go about doing this? And please keep in mind that I'm using Visual C++ Express.


See this :

Virtual WebCam Driver


I'm not sure you can do this with a UMD, so you'll likely need to install the WDK. You probably all ready know this, but writing a driver is a huge undertaking so you should be prepared for that.

Here's a link on writing Windows drivers from MSDN. I'd also suggest you pick up a copy of the Windows Internals book, and check out OSR (and take a class if you can!).

Hope that helps you get started!

0

精彩评论

暂无评论...
验证码 换一张
取 消