I am trying to control the motion of my sweex motion cam WC040. Sweex provides not support for this. So I started reading about COM programming and interacting with windows drivers. I found that the c:\windows\system32\driver
s\Capt930b
.sys is responsable for this webcam. I suppoe it must be possible to send a message to this driver so that windows moves the motion camera.
Where can I start? How does this work in C++? How do I find the list of messages that this driver accepts?
Start Free Trial