CBLCameraLiveViewFramePixelFormat
Objective-C
enum CBLCameraLiveViewFramePixelFormat : NSUInteger {}
Swift
enum LiveViewFramePixelFormat : UInt, @unchecked Sendable
Defines the format of the pixel data of a live view frame.
-
The live view frame’s pixel data is a fully-formed JPEG image.
Declaration
Objective-C
CBLCameraLiveViewFramePixelFormatJPEG = 0
Swift
case JPEG = 0
-
The live view frame’s pixel data is a fully-formed JPEG image.
Declaration
Objective-C
CBLCameraLiveViewFramePixelFormatRawPixelBuffer = 1
Swift
case rawPixelBuffer = 1