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
文件下载
文件名 操作
dji-sdk-4.4.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.dji</groupId>
  <artifactId>dji-sdk</artifactId>
  <version>4.4.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.dji:dji-sdk:4.4.1'
Gradle Kotlin
implementation("com.dji:dji-sdk:4.4.1")
Scala SBT
libraryDependencies += "com.dji" % "dji-sdk" % "4.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.dji', module='dji-sdk', version='4.4.1')
)
Apache Ivy
<dependency org="com.dji" name="dji-sdk" rev="4.4.1" />
Leiningen
[com.dji/dji-sdk "4.4.1"]
Apache Buildr
'com.dji:dji-sdk:jar:4.4.1'