如何向UIImageView显示后置摄像头实时视频源?

时间:2013-02-26 02:33:42

标签: iphone ios xcode avfoundation

我一直在搞乱iPhone的AVFoundation框架,但我似乎无法从后置摄像头获取信息以显示在界面构建器中的UIImageView上。

这是一个单一视图应用程序。

我只想获得后置摄像头在UIImageView上显示的内容。

谢谢!

2 个答案:

答案 0 :(得分:4)

你不需要UIImageView,只需要一个UIView。

在AVFoundation中查看AVCaptureSession和AVCaptureDeviceInput。有了这些,你可以访问相机。

AVCaptureVideoPreviewLayer可用于将相机输入绘制到UIView。

http://developer.apple.com/library/ios/#documentation/AVFoundation/Reference/AVCaptureVideoPreviewLayer_Class/Reference/Reference.html

答案 1 :(得分:0)

希望这能回答你的问题:http://www.ios-developer.net/iphone-ipad-programmer/development/camera/camera-preview-on-a-view-controller

如果您想了解更多信息,请与我们联系!