在实时捕捉期间获取 ios 4 相机曝光数据

发布于 2024-09-18 22:50:52 字数 206 浏览 7 评论 0原文

我到处搜索但没有找到这个问题的答案,所以我想我在这里问。

我目前使用 AVCaptureVideoDataOutput 和 CaptureOutput 以 30fps 的速度从相机实时获取帧。我保留了自动曝光和自动对焦等默认设置。 我希望能够在不使用静态捕捉选项的情况下查询每帧相机,并询问相机当前帧曝光、光圈和焦距是多少。

有人有什么想法吗?

谢谢

Ive searched everywhere and havnt managed to find an answer to this question so I thought Id ask it here.

Im currently using the AVCaptureVideoDataOutput to and CaptureOutput to get frames from the camera in real time at 30fps. I have left the default settings of autoexposure and auto focus etc.
I want to be able to query the camera per frame WITHOUT RESORTING TO THE STILL CAPTURE OPTION and ask what the cameras current frame exposure, aperture and focal length are.

Anyone have any ideas?

Thanks

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

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

发布评论

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

评论(1

℡寂寞咖啡 2024-09-25 22:50:52

看一下结果:

  CFDictionaryRef metadataDictionary = (CFDictionaryRef)CMGetAttachment(sampleBuffer, CFSTR("MetadataDictionary"), NULL);

Take a look at the results of:

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