yating.liao
- Total activity 384
- Last activity
- Member since
- Following 0 users
- Followed by 13 users
- Votes 4
- Subscriptions 224
Articles
Recent activity by yating.liao-
In dark light conditions, the Mini 3 series indicates "Low light environment, takeoff restricted." How can I remove this restriction?
The MSDK V5 allows you to use DJIFlightControllerKey.KeyDarkNoGpsLockEnable to confirm the removal of restrictions. Please be aware that using the drone in low-light conditions may result in drifti...
-
How to switch discreet mode in MSDK V5?
The meaning of "discreet mode" is that the aircraft will turn off all controllable lights, which involves multiple interfaces: KeyLEDsSetting is used to control the indicator lights and arm light...
-
Can we get the real-time point cloud data in MSDK V5?
No. The MSDK V5 does not support the display of point cloud images for L1, so it is not possible to obtain the point cloud data needed for rendering. You can refer to this article for more details:...
-
Is MSDK V4 compatible with devices running Android 14?
MSDK V5 is currently only compatible with Android 13, so setting the targetSDKversion and compileSDKversion to 34 (which corresponds to Android 14) will crash. It is important to note that MSDK V4...
-
Is MSDK V5 compatible with devices running Android 14?
MSDK V5 is currently only compatible with Android 13, so setting the targetSDKversion and compileSDKversion to 34 (which corresponds to Android 14) will crash. It is important to note that MSDK V5...
-
During the compilation of the MSDK V5 example, where it stated 'Could not find com.mapbox.mapboxsdk:mapbox-android-accounts:0.7.0.' How should address this?
Due to the inability to find com.mapbox.mapboxsdk:mapbox-android-accounts:0.7.0 in JCenter, the sample code for MSDK V5 encounters the error mentioned in the title during compilation. As a temporar...
-
Common errors and solutions when running sample code.
1. Calling com.secneo.sdk.helper.install/com.cySdkyc.clx.Helper.install causes a crash: JNI DETECTED ERROR IN APPLICATION: field operation on NULL object: 0xθin call to GetObjectFieldfrom java.lang...
-
What steps should you take if the image is blurry and lagging?
For the Mavic 3 Enterprise Series: We have observed that after the firmware update adding the Assist Vision feature, users have reported that image is more blurry and more lagging. In such cases,...
-
Why does onWaylineExecutingInterruptReasonUpdate prompt invalid information?
Model: M300 RTK, M350 RTK MSDK V5.3 version started providing onWaylineExecutingInterruptReasonUpdate to prompt the interrupt reason in Waypoint Mission, but M300 and M350 only support it from vers...
-
How to set Gain & Expo Tuning?
For models that support Gain & Expo Tuning settings, such as the Mavic 3 Enterprise and M30 series, you can try the following Key pairs. 1.Normal Mode Maximum Horizontal Speed: DJIFlightController...