Shrini
2015-08-14 08:54:04 UTC
Hi
I am an newbie so pardon my knowledge.
I am currently developing Windows UMDF driver for one of my client. As mentioned in the documentation I am using the sample UMDF provided. My client requires us to write the Sensor, Engine as well as Storage. But I am currently using Storage driver of Microsoft only
Issues I am facing are as below
1. I load the driver and it looks good in the device manager
2. From application I call WinBioOpenSession. As soon as I execute this function I see lots of messages from my Driver.cpp as well as sensor adapter dll
I see that the WBF starts calling SensorAdapterStartCapture in which I am calling IOCTL to OnCapture( I return some constants in the structure for time being)and then WBS calls SensorAdapterFinishCapture in which I do return the RejectDetail as =0. But now again the SensorAdapterStartCapture and SensorAdapterFinishCapture are called . This goes on continuously, which I believe is some issues from my sensor and driver calls
Can someone please help me resolve the issue. Kind of stuck in this for 3 days now
Thanks in advance
Shrini
I am an newbie so pardon my knowledge.
I am currently developing Windows UMDF driver for one of my client. As mentioned in the documentation I am using the sample UMDF provided. My client requires us to write the Sensor, Engine as well as Storage. But I am currently using Storage driver of Microsoft only
Issues I am facing are as below
1. I load the driver and it looks good in the device manager
2. From application I call WinBioOpenSession. As soon as I execute this function I see lots of messages from my Driver.cpp as well as sensor adapter dll
I see that the WBF starts calling SensorAdapterStartCapture in which I am calling IOCTL to OnCapture( I return some constants in the structure for time being)and then WBS calls SensorAdapterFinishCapture in which I do return the RejectDetail as =0. But now again the SensorAdapterStartCapture and SensorAdapterFinishCapture are called . This goes on continuously, which I believe is some issues from my sensor and driver calls
Can someone please help me resolve the issue. Kind of stuck in this for 3 days now
Thanks in advance
Shrini