DJIHandheldTriggerStatus
enum DJIHandheldTriggerStatus : uint8_t {}
The status of the trigger button on the handheld controller. Used by Osmo Mobile only.
-
Trigger button status is idle.
Declaration
Objective-C
DJIHandheldTriggerStatusIdle -
Trigger button is pressed and released.
Declaration
Objective-C
DJIHandheldTriggerStatusSingleClick -
Trigger button is pressed twice quicky.
Declaration
Objective-C
DJIHandheldTriggerStatusDoubleClick -
Trigger button is pressed three times quickly.
Declaration
Objective-C
DJIHandheldTriggerStatusTripleClick -
Trigger button status is unknown.
Declaration
Objective-C
DJIHandheldTriggerStatusUnknown = 255
View on GitHub
DJIHandheldTriggerStatus Enum Reference