CBLPropertyCommonValueMirrorLockupStage
Objective-C
enum CBLPropertyCommonValueMirrorLockupStage : CBLPropertyCommonValue {}
Swift
enum PropertyCommonValueMirrorLockupStage : PropertyCommonValue, @unchecked Sendable
Mirror lockup common values.
-
The value is equivalent to the camera’s mirror lockup feature being disabled.
Declaration
Objective-C
CBLPropertyCommonValueMirrorLockupStageDisabled = 300
Swift
case disabled = 300
-
The value is equivalent to the camera’s mirror lockup feature being enabled and ready to operate.
Declaration
Objective-C
CBLPropertyCommonValueMirrorLockupStageReady
Swift
case ready = 301
-
The value is equivalent to the camera’s mirror being flipped up and waiting for a shot.
Declaration
Objective-C
CBLPropertyCommonValueMirrorLockupStageMirrorUpBeforeShot
Swift
case mirrorUpBeforeShot = 302