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 = 300Swift
case disabled = 300 -
The value is equivalent to the camera’s mirror lockup feature being enabled and ready to operate.
Declaration
Objective-C
CBLPropertyCommonValueMirrorLockupStageReadySwift
case ready = 301 -
The value is equivalent to the camera’s mirror being flipped up and waiting for a shot.
Declaration
Objective-C
CBLPropertyCommonValueMirrorLockupStageMirrorUpBeforeShotSwift
case mirrorUpBeforeShot = 302