public final enum

OcuSyncWarningMessage

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.airlink.OcuSyncWarningMessage

Class Overview

OcuSync link warning messages. Only supported by Mavic Pro.

Summary

Enum Values
OcuSyncWarningMessage  AIRCRAFT_LINK_REBOOT  The OcuSync link on the aircraft is rebooting. 
OcuSyncWarningMessage  DOWN_LINK_BROKEN  The downlink from the aircraft to the remote controller is broken. 
OcuSyncWarningMessage  LINK_UNUSABLE  The link between the remote controller and the aircraft is unusable. 
OcuSyncWarningMessage  STRONG_DOWN_LINK_INTERFERENCE  There is strong interference on the downlink signal incident on the remote controller. 
OcuSyncWarningMessage  STRONG_TAKE_OFF_INTERFERENCE  Warning that interference is high for take-off. 
OcuSyncWarningMessage  STRONG_UP_LINK_INTERFERENCE  There is strong interference on the uplink signal incident on the aircraft. 
OcuSyncWarningMessage  UP_LINK_BROKEN  The uplink from the remote controller to the aircraft is broken. 
OcuSyncWarningMessage  WEAK_SIGNAL  Weak OcuSync signal strength. 
Public Methods
static OcuSyncWarningMessage valueOf(String name)
final static OcuSyncWarningMessage[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final OcuSyncWarningMessage AIRCRAFT_LINK_REBOOT

The OcuSync link on the aircraft is rebooting.

public static final OcuSyncWarningMessage DOWN_LINK_BROKEN

The downlink from the aircraft to the remote controller is broken. Usually if only the downlink disconnects, it is due to interference on the remote controller's OcuSync antennas. Try changing channel number, or reducing the bandwidth of the channel to make it more robust.

public static final OcuSyncWarningMessage LINK_UNUSABLE

The link between the remote controller and the aircraft is unusable. It is determined to be unusable if signal is too weak. Check to see if the antennas are setup correctly and the path from remote controller to aircraft is unobstructed.

public static final OcuSyncWarningMessage STRONG_DOWN_LINK_INTERFERENCE

There is strong interference on the downlink signal incident on the remote controller. If the channel selection mode `DJIOcuSyncChannelSelectionModeManual` is being used, consider changing to `DJIOcuSyncChannelSelectionModeAuto` as the OcuSync link can automatically select Channel Numbers and bandwidth to mitigate interference on the fly.

public static final OcuSyncWarningMessage STRONG_TAKE_OFF_INTERFERENCE

Warning that interference is high for take-off. When the signal gets weaker as separation between remote controller and aircraft get larger, there is a change the link will fail.

public static final OcuSyncWarningMessage STRONG_UP_LINK_INTERFERENCE

There is strong interference on the uplink signal incident on the aircraft.

public static final OcuSyncWarningMessage UP_LINK_BROKEN

The uplink from the remote controller to the aircraft is broken. Usually if only the uplink disconnects, it is due to interference on the aircraft's OcuSync antennas. Try changing the channel number if the interference source cannot be removed.

public static final OcuSyncWarningMessage WEAK_SIGNAL

Weak OcuSync signal strength. Be aware of anything blocking the signal between the remote controller and aircraft, adjust the orientation of the antennas on the remote controller, or reduce the distance between remote controller and aircraft to increase signal strength.

Public Methods

public static OcuSyncWarningMessage valueOf (String name)

public static final OcuSyncWarningMessage[] values ()