iPhone:在没有 UIImagePickerController 的情况下从相机获取图像

发布于 2024-12-06 21:06:52 字数 186 浏览 1 评论 0原文

请帮我解答我的问题。

有没有办法在没有 UIImagePickerController 的情况下从相机获取图像?

我需要将当前图像(来自相机)渲染为我视图上的图像并通过计时器更新它。 可能是 AVCaptureStillImageOutput 吗?我没有找到任何例子。

有什么想法吗?

Please help me with my question.

Is there any way to get image from camera without UIImagePickerController?

I need to render current image(from camera) into image on my view and update it by timer.
May be AVCaptureStillImageOutput? I didn't find any examples.

Any ideas?

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

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

发布评论

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

评论(1

空袭的梦i 2024-12-13 21:06:52

是的,您可以使用 AVCamCaptureManager 和 AVCamRecorder 类轻松完成此操作。 Apple 在其开发人员网站上构建了一个演示程序 这里。它被命名为AVCam。简单来说,它的作用是当您单击打开相机时,它会调用负责打开 iPhone 相机并录制视频或捕获音频的类和方法。它调用与 UIImagePickerController 调用的类相同的类。

我希望它有帮助。

Yes, you can do it easily using AVCamCaptureManager and AVCamRecorder classes. Apple has a demo program build on its developer site here. It is named AVCam. In simple words what it does is when you click to open the camera, it calls the classes and methods which are responsible for opening the iPhone's camera and record video or capture audio. It calls the same classes which are called by UIImagePickerController.

I hope it helps.

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