This is less a question and more a record of what I\'ve found around the AVCam sample code provided by Apple for iOS4 and 5 camera manipulation. The symptoms of the problem for me were 开发者_StackOve
I have an application which takes some pictures. My whole application is开发者_Go百科 based on the AVCam sample code from WWDC 2010.
I\'ve modified the AVCamDemo from WWDC 2010 to use AVCaptureSessionPresetPhoto instead of AVCaptureSessionPresetHigh.This works fine with iPhone 3GS (iOS 4.3.5), but when using an iPhon开发者_开发百科
I have an odd problem with captureStillImageAsynchronouslyFromConnection. If I save the image using jpegStillImageNSDataRepresentation while the video is mirrored, the image in the camera roll is rota
I am using the AVCam example App from Apple. This example uses AVFoundation in order to show video on a view.
I have three camera-based apps (that take still pictures) in the app-store and have got feedback that the UIImagePickerController interface is very slow - and I can\'t deny that.So, to improve the per
I want to play downloaded video using UIWebview. I get webkiterrordomain code=204 error. but if i play video from resources folder it run perfect.