Top "Avcapturesession" questions

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).

How do I convert from a CVPixelBufferRef to an openCV cv::Mat

I would like to perform a few operations to a CVPixelBufferRef and come out with a cv::Mat crop to …

c++ ios objective-c opencv avcapturesession
Getting desired data from a CVPixelBuffer Reference

I have a program that views a camera input in real-time and gets the color value of the middle pixel. …

iphone ios avcapturesession cmsamplebufferref cmsamplebuffer
UIView frame bounds coming as 0,0

Environment: Xcode 4, ios 5, ipod touch 4th generation with retina display I am trying to write a simple app that shows …

iphone uiview ios5 ipod avcapturesession
Set a custom AVFrameRateRange for an AVCaptureSession

I'm trying to take 5 pictures every second with AVCaptureSession and I'm not sure I understand what AVFrameRange means. Currently I …

ios objective-c avcapturesession avcapturedevice