DJIOcuSyncBandwidth
enum DJIOcuSyncBandwidth : uint8_t {}
The channel bandwidth for the OcuSync downlink (from the aircraft to the remote controller). Setting a smaller bandwidth will reduce the data rate, but make the connection more robust. Only supported by Mavic Pro.
-
The frequency band of the OcuSync link is 20 MHz (up to 46 Mbps).
Declaration
Objective-C
DJIOcuSyncBandwidth20MHz
-
The frequency band of the OcuSync link is 10 MHz (up to 23 Mbps).
Declaration
Objective-C
DJIOcuSyncBandwidth10MHz
-
Unknown frequency band.
Declaration
Objective-C
DJIOcuSyncBandwidthUnknown = 255