VisionCamera
class VisionCamera : NSObject, AVCaptureVideoDataOutputSampleBufferDelegate
This class is intended to be used by different Azure Vision SDK Analyser frameworks in case they need control to AVCaptureDevice owned by the Azure Vision Core SDK VisionSource.
-
Lock focus
Declaration
Swift
func lockFocus()
-
Unlock focus
Declaration
Swift
func unlockFocus()
-
Lock exposure and white balance
Declaration
Swift
func lockExposureAndWhiteBalance()
-
Unlock exposure and white balance
Declaration
Swift
func unlockExposureAndWhiteBalance()
-
Stop the camera caputring
Declaration
Swift
func stopCaptureSession()