iPhone - To perform a real-time or offline capture, you instantiate an AVCaptureSession object and add appropriate inputs (such as AVCaptureDeviceInput), and outputs (such as AVCaptureMovieFileOutput).
I know that the only way to turn on the flash and keep it on on iPhone 4 is by turning …
ios iphone avcapturesession avcapturedeviceSo, I followed Apple's instructions to capture video session using AVCaptureSession: http://developer.apple.com/iphone/library/qa/qa2010/qa1702.…
iphone avcapturesession avcapturedeviceMy app is landscape only. I'm presenting the AVCaptureVideoPreviewLayer like this: self.previewLayer = [[AVCaptureVideoPreviewLayer alloc] initWithSession:session]; [self.previewLayer setBackgroundColor:[[…
ios orientation avfoundation avcapturesession avcaptureI have a UIViewController in which I use AVCaptureSession to show the camera and it is working just fine and …
ios swift camera avcapturesessionHi I want to setup AV capture session to capture images with specific resolution (and, if possible, with specific quality) …
iphone objective-c avcapturesession avcaptureUsing this tutorial here: http://www.musicalgeometry.com/?p=1297 I have created a custom overlay and image capture with AVCaptureSession. …
ios avcapturesession front-cameraI have seen some examples of CMTime (Three separate links), but I still don't get it. I'm using an AVCaptureSession …
ios avcapturesession cmtimeWhats the best method to find the image resolution going to be captured using setting AVCaptureSessionPresetPhoto. I am trying to …
iphone ios avfoundation avcapturesession avcaptureI was trying to get the camera input to show on a preview layer view. self.cameraPreviewView is tied to …
ios avfoundation avcapturesession avcapturedeviceMy app is currently using AVFoundation to take the raw camera data from the rear camera of an iPhone and …
iphone avfoundation avcapturesession