Windows Mobile 6.5 更改相机焦点
我有一个项目要在 Windows Mobile 上用相机扫描一些二维码或条形码。 (电话x01t) 使用 C++ 和 DirectShow 进行编程。 厌倦了使用 IAMCameraControl 界面更改焦点,但返回“...不支持请求”之类的错误。 还有其他办法吗?
谢谢
I have a project to scan some QR-code or bar-code with camera on windows mobile. (phone x01t)
Programing in C++ and using DirectShow.
Tired to change focus with IAMCameraControl interface, but return the error like "...request is not supported".
Are there any way else?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
到目前为止,我使用过的大多数(如果不是全部)Windows Mobile 手机都使用自定义摄像头驱动程序,这意味着 OEM 决定要实现/支持哪些功能。 IAMCameraControl 很可能不是其中之一。
但是,您可能想要寻找 OEM 特定的 SDK。例如,三星提供自定义 API,能够更改相机焦距或 ISO 等参数。也许您的设备存在这样的 API。
Most (if not all) Windows Mobile phones I've used so far used custom camera drivers, which means OEMs decide which functionalities to implement/support. IAMCameraControl is most likely not one of them.
However, you might want to look for OEM-specific SDKs. For instance, Samsung provides custom APIs enabling to change such parameters as camera focus or ISO. Maybe such APIs exist for your device.