iPhone 相机访问权限?
我想知道如何访问 iPhone 摄像头并实时使用它:例如,仅在摄像头视图上绘图。
另一个相关问题:
我可以像 Mac 上的“Photo Booth”一样一次显示 4 个相机视图吗?
I want to know how to access the iphones camera and work with it in realtime: for example just draw on the camera view.
Another related Question:
Can I display 4 camera-views at once like in "Photo Booth" on the Mac.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 AVFoundation 来完成它,
它工作得很好。
http://crayoncoding.blogspot.com/2011/04/iphone-4-camera-views-at-once.html
请参阅上面的链接以获取详细代码
You can do it by using AVFoundation
it works fine..
http://crayoncoding.blogspot.com/2011/04/iphone-4-camera-views-at-once.html
see the above link for detail code
您可以尝试使用 4 个 UIImagePickerController。不确定它是否有效,但值得一试。
使用 iPhone SDK 访问相机
You can try having 4 UIImagePickerControllers. not sure if it'll work but its worth a shot.
Access the camera with iPhone SDK