d

dji-sdk

The DJI Mobile SDK enables you to automate your DJI Product. You can control flight, and many subsystems of the product including the camera and gimbal. Using the Mobile SDK, create a customized mobile app to unlock the full potential of your DJI aerial platform.
http://www.dji.com/
DJI-dev
Files download
File Operation
dji-sdk-4.16.2.pom download
Apache Maven
<dependency>
  <groupId>com.dji</groupId>
  <artifactId>dji-sdk</artifactId>
  <version>4.16.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.dji:dji-sdk:4.16.2'
Gradle Kotlin
implementation("com.dji:dji-sdk:4.16.2")
Scala SBT
libraryDependencies += "com.dji" % "dji-sdk" % "4.16.2"
Groovy Grape
@Grapes(
  @Grab(group='com.dji', module='dji-sdk', version='4.16.2')
)
Apache Ivy
<dependency org="com.dji" name="dji-sdk" rev="4.16.2" />
Leiningen
[com.dji/dji-sdk "4.16.2"]
Apache Buildr
'com.dji:dji-sdk:jar:4.16.2'