Mobile-SDK-Android-V5 icon indicating copy to clipboard operation
Mobile-SDK-Android-V5 copied to clipboard

MSDK V5 Sample

Results 123 Mobile-SDK-Android-V5 issues
Sort by recently updated
recently updated
newest added

Hi DIJ, In the DJI app, we have the possibility to upload our DTMfile or download the DTM file of the selected area. is there any documentation or sample to...

Hi Dji, ![image](https://github.com/dji-sdk/Mobile-SDK-Android-V5/assets/8767496/c8237a23-26d7-417c-85e4-7ff7a5fe0680) is the right snippet to put inside the DJIMainActivity kotlin file ? `UASRemoteIDManager.getInstance().setUASRemoteIDAreaStrategy(AreaStrategy.US_STRATEGY)` I tested with this, but I get some crash occasionnaly during startup...

Hi Dji, I get some records (video) on mini 3 Pro with the following code but on 300 RTK I am getting an error (error code SYSTEM ERROR -7) with...

As far as I understand, the distance captured by the LaserRangeFinder (within LaserMeasureInformation) represents the distance to the ground at the centre of gravity of the screen. By default, the...

Steps to reproduce: 1. update android target sdk version 2. migrate methods if needs 3. build then open app on device android 14 4. plugging controller usb when app is...

Hi Dji, Calling CameraKey.KeyCameraZoomRatiosRange along with cameraIndex and lens, returns, on mini 3 Pro (if Aircraft is disconnected): `[2,5,10,20,40,80,160,200]` It should return `null`

Hi Dji, This does not seem to work ![image](https://github.com/dji-sdk/Mobile-SDK-Android-V5/assets/8767496/5276e4b1-8f7f-43a0-845a-5df672d1fc07) How could I make it work? Thanks

Hello, is the LRF feature implemented in DJI SDK V5? I am using the M300 with the H20T

Hi DJI, I want to ask you a question about "WaylineAltitudeMode.REAL_TIME_SURFACE_FOLLOW". currently I am using "WaylineAltitudeMode.RELATIVE_TO_START_POINT" for my missions to have a flat flight based on the flight height I...

When attempting to reset the Camera Sharpness and Noise levels to 0 I get the error: `KEY_MISS_EXECUTION_FUNCTION` Code: ```kotlin CameraKey.KeyDigitalDenoising.create().set(0, { Log.d("KeyDigitalDenoising", "KeyDigitalDenoising completed successfully") }, { error -> Log.e("KeyDigitalDenoising",error.errorCode())...