
yating.liao
- Total activity 205
- Last activity
- Member since
- Following 0 users
- Followed by 3 users
- Votes 4
- Subscriptions 130
Articles
Recent activity by yating.liao-
Why can't DJI RC PLUS connect to M300?
The conditions for successful connection between RC PLUS and M300 are as follows: 1. the firmware version of RC PLUS needs to be the version that supports M300, such as v01.02.04.40; 2. The firmwar...
-
How do I display both the visible and infrared camera feeds?
1. Switch the screen to IR, using the Key: KeyCameraVideoStreamSource 2. Set the display mode to PIP, using the Key: KeyThermalDisplayMode 3. Set the PIP display mode, using the Key: KeyThermalPIPP...
-
Does DJI RC support SDK?
DJI RC does not support the installation of external software. Therefore, SDK cannot be used.
-
Model and payload numbers required for route documentation
Model numbers(droneInfo) Model M300 M30 M30T Mavic 3 E Mavic 3 T wpml:droneEnumValue 60 67 67 77 77 wpml:droneSubEnumValue - 0 1 0 1 Payload numbers(payloadInfo) Payload H20 H20T...
-
How do I get the system status of the aircraft?
You can get the device status through DeviceStatusManager.getInstance().currentDJIDeviceStatus, which should be consistent with the overall status of the pre-flight checklist.
-
How to turn on camera dewarping?
You can enable camera dewarping through CameraKey.KeyDewarpingEnabled, the following is the reference code. KeyManager.getInstance().setValue(KeyTools.createCameraKey(CameraKey.KeyDewarpingEnabled,...
-
How can I get the RTK coordinate system by getNetworkServiceCoordinateSystem?
1. Make sure that the login can use the network RTK account. 2, RTK is in the open state: RtkEnabled. 3, Make sure the RTK coordinate system is set: setNetworkServiceCoordinateSystem 4, Get the RTK...
-
How can I judge if an RTK module is installed?
MSDK V5 needs to use RtkMobileStationKey.KeyIsRTKDongleConnect to get the connection status of the RTK module. KeyIsRTKDongleConnect does not update the connection status after the RTK module is in...
-
Why does it prompt " Unknown Error (code:180), cannot takeoff, please contact DJI support"?
After upgrading the firmware, you may encounter this message when taking off, which is actually related to the additional Remote ID function on the firmware. Introduction of Remote ID: Chapter 19: ...
-
How to use KeyCustomExpandFileNameSettings
To set the extension name of the customized file with KeyCustomExpandFileNameSettings you need to pass in a CustomExpandNameSettings object. A successful call to this interface requires all CustomE...