Hummels Lei
- Total activity 693
- Last activity
- Member since
- Following 0 users
- Followed by 3 users
- Votes 0
- Subscriptions 644
Articles
Recent activity by Hummels Lei-
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...
-
How to get the number of discharge cycles for a smart battery?
You can get the number of discharge cycles for a smart battery from getNumberOfDischarges.
-
Subscribe Telemetry::FlightAnomaly in OSDK. How is strongWindLevel defined?
Please refer to the table below for the wind speed threshold of each wind speed level: level-1 wind speed threshold level-2 wind speed threshold M200: 9m/s ...
-
How to set gimbal actions for gimbal index 2 and 3 in waypointV2Mission?
If you want to set gimbal actions for multiple gimbal in a waypointV2Mission. You can set actuatorIndex attribute in DJIWaypointV2Actuator class.
-
How to obtain the image transmission signal strength through MSDK?
Monitor by calling setDownlinkSignalQualityCallback. Downlink signal strength is the image transmission signal strength.
-
How to obtain the altitude of the take-off point through MSDK?
There are two situations: No RTK: getTakeoffLocationAltitudeWith RTK: call getMobileStationAltitude on the ground to get the altitude before takeoff
-
Does MSDK provides any method to perform AI SPOT-CHECK for M300 in waypointV2Mission?
The development team has finally decided to not support AI SPOT-CHECK feature in MSDK, you can only use this feature in DJI Pilot app.
-
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.