如何以编程方式更改 Windows Mobile 上的相机曝光?

发布于 2024-08-05 11:21:29 字数 85 浏览 3 评论 0原文

我需要从程序内部更改(降低)相机曝光。

我发现的记录的 API (DirectShow) 似乎不起作用。

任何帮助表示赞赏。

I need to change (lower) the camera exposure from inside a program.

The documented API I found (DirectShow) don't seem to work.

Any help is appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

顾忌 2024-08-12 11:21:29

您可能将曝光属性设置为错误的值,或者您的设备可能根本不支持 DirectShow 接口。请参阅这篇文章(可能与您的设备相关,也可能不相关):

http://www.quickcamteam.net/documentation/faq/questions-about-accessing-the-exposure-time-through-directshow

您所在的特定设备using 可能有一个可以访问的 API,而不是使用 DirectShow。您的目标设备是哪些?

You may be setting the exposure property to the wrong value, or your device may simply not support the DirectShow interface. See this article (which may or may not be relevant to your device):

http://www.quickcamteam.net/documentation/faq/questions-about-accessing-the-exposure-time-through-directshow

The specific device(s) you're using may have an API that you can access instead of using DirectShow. Which devices are you targeting for this?

少跟Wǒ拽 2024-08-12 11:21:29

如果您专门针对高端 Samsung Windows Mobile 手机,他们的 Windows Mobile SDK 具有高级相机 API,可让您设置 ISO 速度。可以通过 http://innovator.samsungmobile.com 获取。

If you're specifically targeting higher-end Samsung Windows Mobile phones, their Windows Mobile SDK has an advanced camera API that enables you to set ISO speed. It's available at http://innovator.samsungmobile.com.

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