Skip to content

nearthlab/Payload-SDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJI Payload SDK (PSDK)

Join the chat at https://gitter.im/dji-sdk/Payload-SDK

What is the DJI Payload SDK?

The DJI Payload SDK(PSDK), is a development kit provided by DJI to support developers to develop payload that can be mounted on DJI drones. Combined with the X-Port, SkyPort or extension port adapter, developers can obtain the information or other resource from the drone. According to the software logic and algorithm framework designed by the developer, users could develop payload that can be mounted on DJI Drone, to perform actions they need, such as Automated Flight Controller, Payload Controller, Video Image Analysis Platform, Mapping Camera, Megaphone And Searchlight, etc.

Documentation

For full documentation, please visit the DJI Developer Documentation. Documentation regarding the code can be found in the PSDK API Reference section of the developer's website. Please visit the Latest Version Information to get the latest version information.

Latest Release

PSDK 3.0.0 was released on 20 October 2021. This version inherit the PSDK 2.2.1 existing functions (use X-Port or Skyport-V2 to develop payload), and add extension port existing functions(based on OSDK 4.1.0) support, add the DJI offline certificate support, add the serial port baud rate adaptive support, add the arrest-flying feature support in flight-controller module, add the custom widget feature support on extend port, add the remote controller custom button mapping function support, add the DJI L1/P1 camera support in camera-manager module. Also enhance the camera media file download speed and fix some bugs on the last version. At the same time, add more api sample support and more toolchain support.

License

Payload SDK codebase is MIT-licensed. Please refer to the LICENSE file for detailed information.

Contributing

Please read the following guidelines before starting work on a pull request.

Summary of the guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Clean up "oops" commits before submitting;
  • Follow the coding style by "doc/dji_sdk_code_style"

Support

You can get official support from DJI and the community with the following methods:

You can also communicate with other developers by the following methods:

About

DJI Payload SDK Official Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • CMake 0.3%