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).
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 avcaptureI'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-rateI 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 avcapturesessionI want to capture an image with the camera using AVCaptureSession. It works ok, I start the camera and I …
iphone objective-c camera rotation avcapturesessionI'm new to AVCaptureSession and wish to better understand how to work with it. So I managed capturing the video …
ios frame-rate avcapturesessionI am building a QR code scanner with Swift and everything works in that regard. The issue I have is …
ios swift qr-code avcapturesessionI am using somebody's source code for capturing image with AVCaptureSession. However,I found that CaptureSessionManager's previewLayer is shotter then …
iphone camera uiimage avcapturesessionI 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 avcapturedeviceI 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 avcapturesessionI was following through this video to make a custom camera view. https://www.youtube.com/watch?v=w0O3…
swift avfoundation ios10 avcapturesession avcapture