开发者

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!

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜