获取iPhone照片曝光信息

发布于 2024-07-10 01:48:46 字数 179 浏览 6 评论 0原文

有没有办法获取 iPhone 拍摄的照片的曝光设置(光圈、快门速度、ISO)?

在 iPhone 上运行的应用程序可以使用 UIImagePickerController 接口来拍照,但这并不能提供有关图片的太多信息。

iPhone 拍摄的照片的 EXIF 数据包含光圈信息,但不包含快门速度或 ISO。

Is there any way to get the exposure settings (aperture, shutter speed, ISO) for a photo taken on an iPhone?

An app running on the iPhone can use the UIImagePickerController interface for taking pictures, but that doesn't provide much info about the picture.

The EXIF data for a photo taken on the iPhone contains aperture info, but not shutter speed or ISO.

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

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

发布评论

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

评论(2

时间海 2024-07-17 01:48:46

目前使用 SDK 无法实现这一点。 如果您认为有必要,我建议您向 Apple 提交增强请求

This is not currently possible using the SDK. If it's something you think is needed, I suggest you file an enhancement request with Apple.

盛装女皇 2024-07-17 01:48:46

更新一下,这样来这里的人就会知道:

  • 在 iOS 4 中,您可以在一定程度上设置曝光/白平衡/焦点。 基本上,您可以控制模式(自动/连续/固定)和这些参数的兴趣点。

  • 无论如何,如果您正在拍摄静态图像 - 您可以从图像的 exif 信息中提取元数据(实际曝光、快门速度、ISO 等)

HTH 有人,
奥德

Update, so people coming here would know:

  • In iOS 4 you can set exposure/white balance/focus to some extent. Basically you can control the mode (auto/continuous/fixed) and the point of interest for these parameters.

  • Regardless, if you are capturing still images - you can extract metadata from the image's exif information (actual exposure, shutter speed, iso, etc.)

HTH someone,
Oded

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