
yating.liao
- Total activity 177
- Last activity
- Member since
- Following 0 users
- Followed by 3 users
- Votes 4
- Subscriptions 116
Activity overview
Latest activity by yating.liao-
yating.liao created an article,
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.
-
yating.liao created an article,
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,...
-
yating.liao created an article,
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...
-
yating.liao created an article,
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...
-
yating.liao created an article,
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 display mode, using the Key: KeyThermalPIPPosition
-
yating.liao created an article,
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: ...
-
yating.liao created an article,
How do I check Key's capabilities?
The functions supported by the current Key are given in the description of the API documents, and the following is an example of KeyConnection. canGet corresponds to KeyManager's getValue interfac...
-
yating.liao created an article,
How to get the rotation range of the gimbal?
MSDK V5 provides KeyGimbalAttitudeRange to get the rotation range of the gimbal, but the data it gets in the latest version (5.2.0) is not very accurate, so it is recommended to control the gimbal ...
-
yating.liao created an article,
Why does turning the gimbal yaw axis cause the aircraft to rotate?
The head has three rotation modes, namely Free, Yaw_Follow and FPV. Only the aircraft supporting Free mode can turn the head alone, the other modes are to change the Yaw axis of the aircraft to ach...
-
yating.liao created an article,
How to achieve forced aircraft landing?
【Situation】 If the aircraft detects that the ground environment is not suitable for landing, it will hover in the air, then the user needs to confirm before the aircraft can finish landing on the g...