Questions tagged [dji-sdk]

Questions on communicating with / controlling DJI drones. Any Issues related to DJI's Mobile SDK, Windows SDK, Onboard SDK, UX SDK and Payload SDK.

Questions in this tag should relate to controlling DJI devices using of DJI's SDKs (UXSDK, MobileSDK, WindowsSDK, OnboardSDK, PayloadSDK). Find out more at https://developer.dji.com/.

708 questions
12
votes
1 answer

Error:(72) unknown element found

I am using Dji-SDK. Recently i migrated the SDK from version 4.2 to 4.3.2. After changing the dji-sdk.aar in the libs folder i am not able to build because of the merge issues in the manifest. The merged manifest in build is getting created as…
jknair0
  • 1,194
  • 13
  • 24
10
votes
3 answers

DJI Phantom API or hackable procedure

Maybe I have't looked hard enough, but I spent yesterday googling for a bit and found no relevant projects on hacking the DJI Phantom Drone in order to create new coordinating apps. This is besides the app for coordination DJI currently uses for…
Frank Natividad
  • 604
  • 6
  • 17
8
votes
2 answers

DJI-SDK Failed resolution of: Lorg/apache/http/params/BasicHttpParams;

After updating my phone to Android 9, and updating the sdk version to 4.8.1, i am having an issue while trying to register the sdk: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/params/BasicHttpParams; at…
Fima Taf
  • 929
  • 9
  • 22
8
votes
1 answer

ImportSDKDemo Tutorial Issue : No implementation found for byte[] dji.midware.natives.SDKRelativeJNI.native_getXXXX(java.lang.String)

I have a problem trying to emulate the ImportSDKDemo project. I am following this tutorial, but there is a missing information, e.g. about MainActivity.class. When I try to run the emulation I get the following…
ADinhLux
  • 121
  • 1
  • 7
7
votes
1 answer

Using DJI video feed with Vision Framework

I'm working on an app that uses the video feed from the DJI Mavic 2 and runs it through a machine learning model to identify objects. I managed to get my app to preview the feed from the drone using this sample DJI project, but I'm having a lot of…
Spencer
  • 373
  • 5
  • 20
6
votes
1 answer

DJI SDK doesn't recognize RC after updating to 4.4.1

I have updated the DJI SDK from 4.3.2 to 4.4.1 in the last days. I'm trying to get it to work but it somehow doesn't recognize when I attach the remote controller of the drone. Hardware/Software used: Smartphone: Google Pixel XL Smartphone OS:…
user754730
  • 1,341
  • 5
  • 31
  • 62
5
votes
0 answers

DJI Cloud Sync?

I need a way to download flight logs from a DJI Users account using an iOS app I'm developing, I've noticed several other apps/websites allow a user to login into their DJI account and Sync their flight logs from DJI's servers, but I'm unable to…
Neil Faulkner
  • 526
  • 1
  • 4
  • 22
4
votes
1 answer

UnsatisfiedLinkError: No implementation found for byte[] dji.midware.natives.SDKRelativeJNI.native_getXXX (...)

Description: After updating android sdk to version 28 and DJI sdk from version 4.6 to 4.9 there is a problem with app working on any emulator. During DJI sdk registering app crashes. DJI sdk: 4.9 Android sdk (compileSdkVersion): 28 Android system…
Aleksandra
  • 101
  • 6
4
votes
2 answers

After updating to 4.8 SDK ProGuard minify fails

After changing to the SDK 4.8 (all other files remain unchanged) the build fails if minify is enabled. The error is String-index overflow. Is there an updated proguard-rules file for 4.8 that takes into account new/changed classes??
Kenneth Argo
  • 1,697
  • 12
  • 19
4
votes
1 answer

Waypoint missions with postive gimbal pitch (angled upwards)

Unfortunately the DJI SDK does not allow to angle the gimbal upwards with the waypoint mission (See SDK Doc: DJI Waypoint Gimbal Pitch). As a workaround, one may use DJI Gimbal.rotate() to send upward looking gimbal commands during flight.…
4
votes
1 answer

DJI Spark - Autonomous flight?

I was planning to use DJI Spark drone for some projects and was wondering: Is it possible to program these drones to do autonomous flights with the mobile SDK?
Mr. Wrath
  • 431
  • 1
  • 3
  • 13
4
votes
0 answers

How to unregister app with DJISDKManager and SDKManagerCallback correctly with Mobile-SDK-Android?

Environment gradle implementation 'com.dji:dji-sdk:4.6' compileOnly 'com.dji:dji-sdk-provided:4.6' Application class (new Helper setup) public class DJISampleApplication extends Application { @Override protected void attachBaseContext(Context…
Codeversed
  • 9,287
  • 3
  • 43
  • 42
4
votes
2 answers

DJILDMManager | Data Privacy

I am developing an iOS app for Phantom 4 Pro, using the DJI SDK for iOS. In my app, I need to ensure that my user's entire private data, such as Photos, Videos, Location, Flight plan, etc should remain local, and should not get shared to anyone…
iCoder
  • 67
  • 5
4
votes
2 answers

What Geographic Reference System and Datum is used for DJI Phantom 3 advance

I have spend a bit of effort trying to figure out what the geographic projection is of coordinates attached to the exif files of the photos taken on the DJI Phantom 3 advance. I assumed that it was in WGS84 with the elevation in its associated…
3
votes
2 answers

`android:exported needs to be explicitly specified for ` even though I have specified it

I am trying out the DJI SDK and am following this tutorial on how to integrate the SDK into the Android Studio project I have created. I've replicated everything down to the name of the files, with the only difference being that I added the needed…
Prometheus
  • 618
  • 1
  • 7
  • 23
1
2 3
47 48