0

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

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

我只想获取后置摄像头在 UIImageView 上看到的内容。

谢谢!

4

2 回答 2

4

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

看看 AVFoundation 中的 AVCaptureSession 和 AVCaptureDeviceInput。有了这些,您可以访问相机。

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

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

于 2013-02-26T02:40:36.087 回答
0

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

如果您想了解更多信息,请告诉我!

于 2013-02-26T02:39:06.867 回答