在 iOS 中无需相机视图即可拍摄照片
有没有一种方法可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以这里是参考https://developer.apple.com/library/mac/documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/04_MediaCapture.html#//apple_ref/doc/uid/TP40010188-CH5-SW2
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