class MultiGimbalSyncStatus
class MultiGimbalSyncStatus implements DJIValue, JNIProguardKeepTag, ByteStream
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Status of the multi-gimbal synchronization control.
Class Members:
Members
method getIsInGimbalSync
Boolean getIsInGimbalSync()
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets whether it is in the multi-gimbal synchronization control state.
Return:
Boolean | Returns whether it is in the multi-gimbal synchronization control state. |
method getOnSyncGimbals
List<ComponentIndexType> getOnSyncGimbals()
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets the list of gimbals that need to be synchronization control.
Return:
List<ComponentIndexType> | Returns the list of gimbals that need to be synchronization control. |