开发者

How to make a Video "mini/filter-driver"

开发者 https://www.devze.com 2022-12-12 08:08 出处:网络
I need to create an application/driver in Windows that captures the video stream from a webcam, performs some modifications and passes it back on to the system (so it streams out to say skype).

I need to create an application/driver in Windows that captures the video stream from a webcam, performs some modifications and passes it back on to the system (so it streams out to say skype).

Anyone knows how to create / register such an app ? Maybe开发者_如何学运维 samples on the web ?

Thanks in advance


Look at the DirectShow. You need to create a source filter (which gets data from the camera source filter and modifies it).

0

精彩评论

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