我可以使用 AVFoundation 在 iPhone 3G 上录制视频吗?

发布于 2024-11-09 12:27:41 字数 95 浏览 0 评论 0原文

是否可以使用 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 技术交流群。

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

发布评论

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

评论(2

静水深流 2024-11-16 12:27:41

如果您看到 AVFoundation参考文档指出

您通常应该使用
可用的最高级别抽象
允许您执行任务
你想要的。例如:

  • 如果您只想播放电影,可以使用媒体播放器
    框架(MPMoviePlayerController 或
    MPMoviePlayerViewController),或用于
    您可以使用基于网络的媒体
    UIWebView 对象。
  • 要在只需要对格式进行最少控制时录制视频,请使用
    UIKit框架
    (UIImagePickerController)。

If you see the AVFoundation reference documentation its stated that

You should typically use the
highest-level abstraction available
that allows you to perform the tasks
you want. For example:

  • If you simply want to play movies, you can use the Media Player
    Framework (MPMoviePlayerController or
    MPMoviePlayerViewController), or for
    web-based media you could use a
    UIWebView object.
  • To record video when you need only minimal control over format, use the
    UIKit framework
    (UIImagePickerController).
留蓝 2024-11-16 12:27:41

只要设备有摄像头,您就应该能够使用 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.

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