在 iPhone 3G(非 S)上捕获相机帧缓冲区?

发布于 2024-08-18 04:51:57 字数 191 浏览 6 评论 0原文

我从 App Store 下载了一个名为 ReadTheQRCode 的免费应用程序(例如非常好的应用程序),它不会要求您拍照来解码 QRCode,我的观点是,该应用程序使用 iPhone 3G 或 iPhone 3G 上相机的帧缓冲区它是在给定时间拍摄几张照片,省略虹膜动画、编辑步骤和解码吗?有经验的人可以看看这个应用程序并发表意见吗?

提前致谢!

I've downloaded a free application from App Store (very nice application for instance) called ReadTheQRCode and it dont asks you to take the picture to decode the QRCode, my point is, is the application using the framebuffer of the camera on iPhone 3G or it is taking several pictures at a given time, ommiting the iris animation, the edit step and decoding it? Can anyone with more experience take a look at this App and give an opinion?

Thanks in advance!

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

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

发布评论

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

评论(1

情感失落者 2024-08-25 04:51:57

-[UIImagePickerController takePicture] (从 3.1 开始)和 UIGetScreenImage()。尽管后者没有记录,但 Apple 允许应用程序在商店中使用它(请参阅 Apple Dev 上的 此线程论坛)。

There is -[UIImagePickerController takePicture] (as of 3.1) and UIGetScreenImage(). Although the latter is undocumented, Apple allows apps using it into the store (see this thread on the Apple Dev Forums).

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