我可以使用 AVFoundation 在 iPhone 3G 上录制视频吗?
是否可以使用 AVFoundation 在 iphone 3g 和 ios 4.1 上录制视频? 我可以使用 AVFoundation 录制音频并选择静态图像,但无法录制视频。
Is it possible to record video on iphone 3g with ios 4.1 using AVFoundation?
I m able to record audio and can pick still image using AVFoundation but not able to record video.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您看到
AVFoundation
参考文档指出
If you see the
AVFoundation
reference documentation its stated that只要设备有摄像头,您就应该能够使用 AVFoundation 进行录制,请查看 WWDC 2010 中的 AVCam 演示代码,了解如何做到这一点。
As long as a device has a camera, you should be able to record using AVFoundation, check out the AVCam demo code from WWDC 2010 to see how you can do that.