DirectShow USB camera LED flash access
I开发者_JS百科'm using C++ and need to access a USB camera's LED flash feature. I'm currently using DirectShow to interface with the camera in other ways (live preview stream, grabbing samples, etc.).
I found the CameraControl_Flash enumeration element on MSDN, but it appears to be implemented only for Windows Embedded CE 6.0 and Windows Mobile:
http://msdn.microsoft.com/en-us/library/aa925325.aspx
This won't work, as I'm using Windows 7.
Are there any other standard methods within DirectShow or otherwise to interface with LED flash features? Could anyone offer any other advice concerning this?
Have you tried QueryInterface'ing for the IAMCameraControl interface from the camera filter? It may be available and it's worth a try!
精彩评论