CBLCameraConnectionWarningCategory
Objective-C
enum CBLCameraConnectionWarningCategory : NSUInteger {}
Swift
enum ConnectionWarningCategory : UInt, @unchecked Sendable
Non-fatal warning categories that can occur during connection.
-
The warning is in the ‘remote control’ category, affecting shooting functionality.
Declaration
Objective-C
CBLCameraConnectionWarningCategoryRemoteControl
Swift
case remoteControl = 0
-
The warning is in the ‘filesystem’ category, affecting access to the camera’s internal storage.
Declaration
Objective-C
CBLCameraConnectionWarningCategoryFilesystemAccess
Swift
case filesystemAccess = 1
-
The warning is in the ‘misc’ category, affecting minor features.
Declaration
Objective-C
CBLCameraConnectionWarningCategoryMisc
Swift
case misc = 2