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

AVCaptureDevice Camera Zoom

I have a simple AVCaptureSession running to get a camera feed in my app and take photos. How can I …

iphone objective-c ios avcapturesession avcapture
AVCapture capturing and getting framebuffer at 60 fps in iOS 7

I'm developping an app which requires capturing framebuffer at as much fps as possible. I've already figured out how to …

ios iphone camera avcapturesession frame-rate
Scanning Barcode or QR code in Swift 3.0 using AVFoundation

I am following this tutorial and tried to convert codes form Swift 2.0 to 3.0. But when I launched the application, the …

ios swift swift3 avcapturesession
iOS: camera orientation

I want to capture an image with the camera using AVCaptureSession. It works ok, I start the camera and I …

iphone objective-c camera rotation avcapturesession
iOS AVCaptureSession - How to get/set the number of frames per second recorded?

I'm new to AVCaptureSession and wish to better understand how to work with it. So I managed capturing the video …

ios frame-rate avcapturesession
iPhone image ratio captured from AVCaptureSession

I am using somebody's source code for capturing image with AVCaptureSession. However,I found that CaptureSessionManager's previewLayer is shotter then …

iphone camera uiimage avcapturesession
AVCaptureSession Record Video With Audio

I have my app set up to record video from the camera using an AVCaptureSession, however, there is no audio …

ios objective-c audio-recording avcapturesession avcapturedevice
Detecting heart rate using the camera

I need the same functionality as the application Instant Heart Rate. The basic process requires the user to: Place the …

objective-c ios image-processing camera avcapturesession
Swift 3 - AVCapture custom camera view

I was following through this video to make a custom camera view. https://www.youtube.com/watch?v=w0O3…

swift avfoundation ios10 avcapturesession avcapture