iOS video capture API for both Swift and Objective-C
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 avcaptureHi I want to setup AV capture session to capture images with specific resolution (and, if possible, with specific quality) …
iphone objective-c avcapturesession avcaptureWhats the best method to find the image resolution going to be captured using setting AVCaptureSessionPresetPhoto. I am trying to …
iphone ios avfoundation avcapturesession avcaptureI have a simple AVCaptureSession running to get a camera feed in my app and take photos. How can I …
iphone objective-c ios avcapturesession avcaptureI was following through this video to make a custom camera view. https://www.youtube.com/watch?v=w0O3…
swift avfoundation ios10 avcapturesession avcaptureI'm using the following method to set point of focus since iOS 4: - (void) focusAtPoint:(CGPoint)point { AVCaptureDevice *device = [[self …
ios ios5 avcapturedevice avcaptureI read about one million threads about how to make a VideoPreviewLayer filling the complete screen of an iPhone but …
ios objective-c avfoundation avcapturesession avcaptureI am going insane with this one - have looked everywhere and tried anything and everything I can thinks of. …
iphone xcode avfoundation avcapturesession avcaptureI 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