在 iOS 中无需相机视图即可拍摄照片

发布于 2024-11-24 17:14:12 字数 109 浏览 1 评论 0原文

有没有一种方法可以使用 iPhone 相机拍照而不将相机视图推到屏幕上?通常会有带有“拍照”按钮和一些缩放控件的相机视图。但我想制作一个在后台拍摄多张图像的过程。

在 iOS 中这可能吗?

Is there a way to take a photo using iPhone camera without pushing the camera view on the screen? Normally there would be the camera view with 'take photo' button and some zoom controls. But I want to make a process that takes several images in the background.

Is that possible in iOS?

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

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

发布评论

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

评论(1

远山浅 2024-12-01 17:14:12

所以这里是参考https://developer.apple.com/library/mac/documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/04_MediaCapture.html#//apple_ref/doc/uid/TP40010188-CH5-SW2

要管理来自相机或麦克风等设备的捕获,
您组装对象来表示输入和输出,并使用
AVCaptureSession 实例来协调它们之间的数据流。

So here is the reference https://developer.apple.com/library/mac/documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/04_MediaCapture.html#//apple_ref/doc/uid/TP40010188-CH5-SW2

To manage the capture from a device such as a camera or microphone,
you assemble objects to represent inputs and outputs, and use an
instance of AVCaptureSession to coordinate the data flow between them.

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