
Hummels Lei
- Total activity 693
- Last activity
- Member since
- Following 0 users
- Followed by 4 users
- Votes 0
- Subscriptions 644
Articles
Recent activity by Hummels Lei-
How to control LED lights through MSDK V4?
Please use the setLEDsEnabledSettings function to turn on and off the LED lights.
-
How to get the acceleration of the aircraft in MSDK V4?
MSDK does not have a method to obtain acceleration. OSDK or PSDK 3.X provides method to obtain aircraft acceleration.
-
How to get the absolute altitude of an aircraft in MSDK V4?
For RTK supported aircraft, you can call rtkState.getMobileStationAltitude to get the absolute altitude of an aircraft. for non-RTK supported aircraft, you can call flightControllerState.getTakeof...
-
Part of DJI SDK stops updating announcement
In order to continue providing you with a better development experience and technical support services, DJI will now stop updating certain SDKs. After the update is stopped, the corresponding SDKs ...
-
DJI MSDK 5.3.0, 5.4.0 and 5.5.0 Version Release Survey
Since we have released the DJI Mobile SDK V5.3.0, V5.4.0 and V5.5.0 Version, we have received lots of valuable feedback from our developers. Now we wish to collect the evaluation of this version f...
-
What is the maximum PSDK device weight supported by M300?
The maximum weight is 2.7Kg. If the official gimbal (X-port) is used, the maximum weight supported by the gimbal is 930g.
-
How to obtain the image transmission signal strength through MSDK?
Monitor by calling setDownlinkSignalQualityCallback. Downlink signal strength is the image transmission signal strength.
-
Can you shooting and downloading photos simultaneously?
No you cannot. You have to switch modes in order to shoot photos or download photos. They are in different camera mode. In order to switch mode, you can refer to the code below. mCamera.setMode(Set...
-
How to reflect the co-ordinates from ThermalAreaTemperatureAggregations to the Android screen?
The thermal spot/area's co-ordinates are based on the video stream view. It starts from top left corner, growing to bottom and defined as X axis, growing to right and defined as Y axis. The overall...
-
How to set the gimbal mode?
You can call gimbal.setMode to set the gimbal mode. GimbalMode.FREE: The gimbal's attitude does not follow aircraft's attitude. GimbalMode.YAW_FOLLOW: The gimbal's yaw angle will follow aircraft's...