iOS 4 中的实时相机数据访问

发布于 2024-09-08 12:38:08 字数 257 浏览 2 评论 0原文

在新 SDK 发布之前,有一些关于 Apple 最终提供 对实时摄像头数据的访问的传闻

我一直在阅读苹果的文档,但没有找到任何对此的引用。现在 NDA 已经解除,有谁知道这个新功能的文档记录在哪里?

Prior to the release of the new SDK there has been some buzz about Apple finally providing access to live camera data:

I've been reading through Apple's documentation but have not found any reference to this. Now that the NDA has been lifted, does anyone know where this new functionality is documented?

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

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

发布评论

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

评论(2

黑寡妇 2024-09-15 12:38:08

WWDC 2010 会议视频 409:使用带有 AV Foundation 的摄像头彻底演示了这一点。如果您下载 WWDC 示例代码,您将发现三到四个示例应用程序,它们展示了如何使用实时相机捕获和处理的各个方面。

正如 Shaji 指出的,所有这些都是通过 AV Foundation 框架使用新的捕获类 AVCaptureSession、AVCaptureInput、AVCaptureDevice 和 AVCaptureOutput 完成的。

This is thoroughly demonstrated in the WWDC 2010 session video 409: Using the Camera with AV Foundation. If you download the WWDC sample code, you'll find three or four sample applications that show how to use the various aspects of live camera capture and processing.

As Shaji points out, all of this is done through the AV Foundation framework using the new capture classes AVCaptureSession, AVCaptureInput, AVCaptureDevice, and AVCaptureOutput.

哆兒滾 2024-09-15 12:38:08

看看 AV Foundation 框架 特别是 AVCapture* 类。

Have a look at the the AV Foundation framework specially the AVCapture* classes.

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