Should I use AVCaptureConnection\'s videoOri开发者_开发知识库entation property, or set the transform property of the videoWriterInput, or something else?Seems like AVCaptureConnection\'s videoOrientat
I am trying to capture video using the AV foundation api\'s. I want to provide functionality to pause the video and restart it. I am trying figure out how to implement the p开发者_运维知识库ause featu
I am currently recording video using AVFoundation api and have specified a fileUrl to write to: NSURL *fileUrl = [NSURL fileURLWithPath:[NSString stringWithFormat:@\"%@%@\", NSTemporaryDirectory(), @
I am using an AVCaptureSession to capture frames from the camera using the setSampleBufferDelegate method from the AVCaptureVideoDataOutput class. The delegate method looks like the following. You can
I\'m looking for some good sample code to toggle mirroring in AVCaptureVideoPreviewLayer. The original AVCam project from WWDC \'10 had support but I\'m wondering if any of you have other implementati
I\'m trying to recreate UIViewAnimationTransitionFlipFromRight (and left). My reason for doing so, as shown below, is to make changes to AVCaptureVideoPreviewLayer in the middle of the animation, when
I am using standard AVFoundation classes to capture video and show preview (http://developer.apple.com/library/ios/#qa/qa1702/_index.html)
Autofocus is not working on the first AVCaptureSession when I create a second AVCaptureSession. The second session to be created is the one where autofocus works and the first created one does not aut
I use default AVCaptureSession to capture the camera view. Everything is working ok, i don\'t have any leaks, but when I use Allocations to find Abandoned memory after launching and closing AVCaptureD
While there are plenty of tutorials for how to use AVCaptureSessio开发者_如何学编程n to grab camera data, I can find no information (even on apple\'s dev network itself) on how to properly handle micr