从 captureStillImageAsynchronouslyFromConnection 中获取 UIImage
我正在编写一个 iPhone 应用程序,它使用 AVFoundation 来处理相机内容,并且尝试将 UIImage 从相机保存到相机胶卷中。 目前它是这样做的...... [imag…
AVFoundation相机教程
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
AVCaptureSession 暂停?
在Apple发布iOS 4.0后,我按照以下给出的代码使用AV Foundation连续捕获图像, http://developer.apple.com/iphone/library/qa/qa2010 /qa1702.html …
iPhone 3gs 的 AVCaptureSession 仅获取一帧
我有一段代码,它设置来自相机的捕获会话以使用 OpenCV 处理帧,然后使用从帧生成的 UIImage 设置 UIImageView 的图像属性。当应用程序启动时,图像视…
打开 iPhone 上的手电筒/闪光灯
我知道在 iPhone 4 上打开闪光灯并保持打开状态的唯一方法是打开摄像机。不过我不太确定代码。这就是我正在尝试的: -(IBAction)turnTorchOn { AVCapt…