DJIHandheldButtonStatus
enum DJIHandheldButtonStatus : uint8_t {}
The status of the shutter button and record button on the handheld controller. Used by Osmo Mobile only.
-
The button status is idle.
Declaration
Objective-C
DJIHandheldButtonStatusIdle -
Only the shutter button was pressed and released.
Declaration
Objective-C
DJIHandheldButtonStatusShutterButtonPressed -
Only the record button was pressed and released.
Declaration
Objective-C
DJIHandheldButtonStatusRecordButtonPressed -
The shutter button is pressed without release.
Declaration
Objective-C
DJIHandheldButtonStatusShutterButtonLongPress -
The button status is unknown.
Declaration
Objective-C
DJIHandheldButtonStatusModeUnknown = 255
View on GitHub
DJIHandheldButtonStatus Enum Reference