Top "Avcapture" questions

iOS video capture API for both Swift and Objective-C

AVCaptureVideoPreviewLayer orientation - need landscape

My app is landscape only. I'm presenting the AVCaptureVideoPreviewLayer like this: self.previewLayer = [[AVCaptureVideoPreviewLayer alloc] initWithSession:session]; [self.previewLayer setBackgroundColor:[[…

ios orientation avfoundation avcapturesession avcapture
AVCaptureSession specify resolution and quality of captured images obj-c iphone app

Hi I want to setup AV capture session to capture images with specific resolution (and, if possible, with specific quality) …

iphone objective-c avcapturesession avcapture
Method to find device's camera resolution iOS

Whats the best method to find the image resolution going to be captured using setting AVCaptureSessionPresetPhoto. I am trying to …

iphone ios avfoundation avcapturesession avcapture
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
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
iOS 5 - AVCaptureDevice setting focus point and focus mode freezes the live camera picture

I'm using the following method to set point of focus since iOS 4: - (void) focusAtPoint:(CGPoint)point { AVCaptureDevice *device = [[self …

ios ios5 avcapturedevice avcapture
AVCaptureVideoPreviewLayer not filling screen

I read about one million threads about how to make a VideoPreviewLayer filling the complete screen of an iPhone but …

ios objective-c avfoundation avcapturesession avcapture
AVCaptureVideoPreviewLayer and preview from camera position

I'm developing an app that permits user to takes photo. I've started using AVCam apple provides but i'm actually have …

swift sdk ios8 avcapture
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
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