H
howard_leon
I'm new to design the WDM driver.
Currently, I want to extend the function of usbvideo.sys, for example,
do some signal processing to the video stream from digital camera.
Here is my problem:
1). What confuse me is that I dont know the interface I can use from
the usbvideo.sys, is this sys file provide the common interface I can
use in the filter driver?
2). From the WDK documents, the usbvideo.sys provides the KS proxy
interface to the user mode application. Do I need to provide the KS
proxy interface support in my upper filter driver?
Hope you can help me solve my confuse. Thanks in advance!!
Currently, I want to extend the function of usbvideo.sys, for example,
do some signal processing to the video stream from digital camera.
Here is my problem:
1). What confuse me is that I dont know the interface I can use from
the usbvideo.sys, is this sys file provide the common interface I can
use in the filter driver?
2). From the WDK documents, the usbvideo.sys provides the KS proxy
interface to the user mode application. Do I need to provide the KS
proxy interface support in my upper filter driver?
Hope you can help me solve my confuse. Thanks in advance!!