Skip to content

Commit

Permalink
NEW: release DJI Payload-SDK version 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuah.chen committed Jan 10, 2025
1 parent 860751a commit 292a6fc
Show file tree
Hide file tree
Showing 104 changed files with 11,503 additions and 7,194,761 deletions.
43 changes: 30 additions & 13 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -310,19 +310,36 @@ The following portions of the DJI’s Payload SDK (“Software” referred to in
│   │   │   │   ├── hal_uart.h
│   │   │   │   ├── hal_usb_bulk.c
│   │   │   │   └── hal_usb_bulk.h
│   │   │   └── nvidia_jetson
│   │   │   ├── application
│   │   │   │   ├── dji_sdk_app_info.h
│   │   │   │   ├── dji_sdk_config.h
│   │   │   │   └── main.c
│   │   │   ├── CMakeLists.txt
│   │   │   └── hal
│   │   │   ├── hal_network.c
│   │   │   ├── hal_network.h
│   │   │   ├── hal_uart.c
│   │   │   ├── hal_uart.h
│   │   │   ├── hal_usb_bulk.c
│   │   │   └── hal_usb_bulk.h
│   │   │   ├── nvidia_jetson
│   │   │   │   ├── application
│   │   │   │   │   ├── dji_sdk_app_info.h
│   │   │   │   │   ├── dji_sdk_config.h
│   │   │   │   │   └── main.c
│   │   │   │   ├── CMakeLists.txt
│   │   │   │   └── hal
│   │   │   │   ├── hal_i2c.c
│   │   │   │   ├── hal_i2c.h
│   │   │   │   ├── hal_network.c
│   │   │   │   ├── hal_network.h
│   │   │   │   ├── hal_uart.c
│   │   │   │   ├── hal_uart.h
│   │   │   │   ├── hal_usb_bulk.c
│   │   │   │   └── hal_usb_bulk.h
│   │   │   ├── raspberry_pi
│   │   │   │   ├── application
│   │   │   │   │   ├── dji_sdk_app_info.h
│   │   │   │   │   ├── dji_sdk_config.h
│   │   │   │   │   └── main.c
│   │   │   │   ├── CMakeLists.txt
│   │   │   │   └── hal
│   │   │   │   ├── hal_i2c.c
│   │   │   │   ├── hal_i2c.h
│   │   │   │   ├── hal_network.c
│   │   │   │   ├── hal_network.h
│   │   │   │   ├── hal_uart.c
│   │   │   │   ├── hal_uart.h
│   │   │   │   ├── hal_usb_bulk.c
│   │   │   │   └── hal_usb_bulk.h
│   │   └── rtos_freertos
│   │   ├── common
│   │   │   └── osal
Expand Down
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DJI Payload SDK (PSDK)

![](https://img.shields.io/badge/version-V3.9.2-orange.svg)
![](https://img.shields.io/badge/platform-linux_|_rtos-purple.svg)
![](https://img.shields.io/badge/license-MIT-pink.svg)
![](https://img.shields.io/badge/version-V3.10.0-red.svg)
![](https://img.shields.io/badge/platform-linux_|_rtos-blue.svg)
![](https://img.shields.io/badge/license-MIT-purple.svg)

## What is the DJI Payload SDK?

Expand All @@ -23,15 +23,11 @@ to get the latest version information.

## Latest Release

The latest release version of PSDK is 3.9.2. This version of Payload SDK mainly add some new features support and fixed some
The latest release version of PSDK is 3.10.0. This version of Payload SDK mainly add some new features support and fixed some
bugs. Please refer to the release notes for detailed changes list.

* Added support for cloud-based custom small data transmission on Matrice 3D/3TD models.
* Fixed an issue with acquiring disordered sequence numbers of the RTCM data packet.
> Note: When transmitting the video stream from the payload camera, only the stream in DJI-H264 format is supported. The
CUSTOM-H264 stream is not supported. Use the latest PSDK community version to transmit the stream in the CUSTOM-H264 format.
> Note: Non-RC flight is not supported by default. Call the DjiFlightController_SetRCLostActionEnableStatus interface to enable
this feature.
* Supports Matrice 4T/4E models
* Supports DJI SDK Certified Chip (DJI SDK CC).

## License

Expand Down
Loading

0 comments on commit 292a6fc

Please sign in to comment.