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.
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.
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.
Payload SDK codebase is MIT-licensed. Please refer to the LICENSE file for detailed information.
Please read the following guidelines before starting work on a pull request.
- 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"
You can get official support from DJI and the community with the following methods:
- Post questions on Developer Forum
- Submit a request describing your problem on Developer Support
You can also communicate with other developers by the following methods:
- Github Issues or gitter.im
- Post questions on Stackoverflow using dji-sdk tag