avcaptureoutput Questions
3
Solved
I am doing an object detection and used UIViewControllerRepresentable to add my view controller. The thing is that I can't pass data from my ViewController to my SwiftUI view. I can print it tho.
C...
Devisee asked 22/11, 2020 at 21:6
3
I have temporary variable tmpPixelBuffer with pixel buffer data, which is not nil, and when metadata objects are detected I want to create image from that buffer, so I could crop metadata images fr...
Inept asked 31/3, 2015 at 18:8
2
Am using AVCaptureSession to get the camera output and have added successfully the audio and video inputs and outputs.
{
var captureDevice = AVCaptureDevice.defaultDeviceWithMediaType(AVMediaTy...
Briard asked 16/8, 2016 at 14:27
1
Solved
I have a running session and a preview layer that is presented inside my view.
I need to change the output several times in my application among AVCaptureStillImageOutput, AVCaptureMetadataOutpu...
Ole asked 15/9, 2016 at 5:57
0
Hi I am currently working on an app which needs to capture a Video and at the same time should be able to take frames to blend them.
The problem I am having is that my frames coming from:
func cap...
Lefty asked 26/4, 2016 at 10:1
1
Solved
I just updated to Xcode 7 beta with Swift 2.0.
And when I updated my project to Swift 2.0, I got this error: "Type 'OSType' does not conform to protocol 'AnyObject' in Swift 2.0". My project works ...
Stalk asked 26/6, 2015 at 5:8
1
Solved
Xcode/iOS 8/AVFoundation related error in console:
error in __connection_block_invoke_2: Connection interrupted
I am just adding AVCaptureVideoDataOutput to Apple's sample app 'AVCamManual...
Tuscarora asked 4/6, 2015 at 18:13
1
© 2022 - 2025 — McMap. All rights reserved.