I am creating a c++ library for use on iOS (yes, unfortunately it has to be C++) which uses AVCaptureSession to capture video frames, which are delivered via the captureOutput callback. The C++ librar
My goal is to write a custom camera view controller that: Can take photos in all four interface orientations with both the back and, when available, front camera.
My goal is to write a custom camera view controller that: Can take photos in all four interface orientations with both the back and, when available, front camera.
This is mostly relevant for augmented reality type applications. Apple provides information on how to capture video frames (and save them as images if need be) with AVCaptureSession here:
I have an application that creates its own live preview prior to taking a still photo.The app needs to run some processing on the image data and thus is not able to rely on AVCaptureVideoPreviewLayer.
I am trying to call the \'media capture putting it all together\' example from AVFoundation Programming Guide. I keep getting a blank (black) image. Is there anything I need to call first to have this
Hey there, I am trying to access raw data from iphone camera using AVCaptureSession. I follow the guide provided by Apple (link here).
I am going insane with this one - have looked everywhere and tried anything and everything I can thinks of.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m using AVCaptureSession to capture video from my iPhone 3G and I need to capture the image and change it before displaying o开发者_JS百科n my AVCaptureVideoPreviewLayer. In my current implementati