Windows Mobile 6.5 更改相机焦点

发布于 2024-09-10 08:05:59 字数 153 浏览 3 评论 0原文

我有一个项目要在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

匿名。 2024-09-17 08:06:00

到目前为止,我使用过的大多数(如果不是全部)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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文