whyscience / Payload-SDK

DJI Payload SDK Official Repository

Home Page:https://github.com/dji-sdk/Payload-SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://github.com/dji-sdk/Payload-SDK

License:Other


Languages

Language:C 99.7%Language:CMake 0.3%