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 to generate an UIImage from AVCapturePhoto with correct orientation?

I am calling AVFoundation's delegate method to handle a photo capture, but I am having difficulty converting the AVCapturePhoto it …

avfoundation ios11 avcapturesession swift4
Why my iOS app does not ask user permission to access camera?

I develop iOS app and it uses camera. AVCaptureDeviceInput is used to interface to camera. I checked Authorisation status as …

ios avcapturesession avcapturedevice avcam
Show camera stream while AVCaptureSession's running

I was able to capture video frames from the camera using AVCaptureSession according to http://developer.apple.com/iphone/library/…

iphone avfoundation avcapturedevice avcapturesession
AVCaptureSession pause?

I am using the AV Foundation for capturing images continuously after Apple released iOS 4.0 by following the codes given by, …

ios4 avfoundation avcapturesession
AVCapture appendSampleBuffer

I am going insane with this one - have looked everywhere and tried anything and everything I can thinks of. …

iphone xcode avfoundation avcapturesession avcapture
Get output from AVCaptureSession in Swift to send to server

I've managed to write some code that opens the camera and previews the video. I now want to capture the …

ios video swift stream avcapturesession
AVcapture session slow launch after session restart

I have a main view controller and that segues to a second view controller that has an avcapturesession. The first …

ios avcapturesession performance
Run multiple AVCaptureSessions or add multiple inputs

I want to display the stream of the front and the back facing camera of an iPad2 in two UIViews …

objective-c video-capture avcapturesession ipad-2 avcapture
iOS: captureOutput:didOutputSampleBuffer:fromConnection is NOT called

I want to pull frames from the live-feed of AVCaptureSession and I am using Apple's AVCam as a test case. …

ios objective-c avcapturesession avcapturedevice avcapture
AVCaptureSession addInput issues with ios8

I have an application with AVCaptureSession which work correctly with previous iOS versions, but then I tried run it on …

ios objective-c ios8 avcapturesession avcapturemoviefileoutput