NEW: release DJI Payload-SDK version 3.13.0

Signed-off-by: martin <dev@dji.com>
This commit is contained in:
martin
2025-08-28 17:41:24 +08:00
parent d25a173770
commit c32e00bd9f
70 changed files with 20574 additions and 440 deletions

View File

@ -1,8 +1,8 @@
# DJI Payload SDK (PSDK)
![](https://img.shields.io/badge/version-V3.12.1-cyan.svg)
![](https://img.shields.io/badge/platform-linux_|_rtos-purple.svg)
![](https://img.shields.io/badge/license-MIT-yellow.svg)
![](https://img.shields.io/badge/version-V3.13.0-blue.svg)
![](https://img.shields.io/badge/platform-linux_|_rtos-pink.svg)
![](https://img.shields.io/badge/license-MIT-green.svg)
## What is the DJI Payload SDK?
@ -23,13 +23,19 @@ to get the latest version information.
## Latest Release
The latest release version of PSDK is 3.12.1. This version of Payload SDK mainly add some new features support and fixed some
The latest release version of PSDK is 3.13.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.
* Fixed an issue where the Matrice 400 could not use precise positioning.
* Fixed an issue where the Matrice 400 gimbal payload experienced a timeout when relinquishing control while using absolute angles.
* Fixed an issue where the Matrice 400 could not enable the FTS PWM trigger via the `DjiFlightController_SelectFtsPwmTrigger` API.
* Fixed an issue where the Matrice 400 and Manifold 3 models were unable to perform PSDK-to-MSDK small-data transmission.
### Manifold 3 Support
- **Supports M4D series drone dock versions (DJI Pilot app temporarily unsupported)**
- **Enables PSDK advanced features for M4D**
- **Enables MOP function for M400**
- **Supports installation/uninstallation of Manifold 3 apps via DJI FlightHub**
- **Enables rendering of Manifold 3 AI app recognition results in DJI FlightHub**
### Fixes and Optimizations
- **Fixed M300 PSDK low-speed data transmission failure from payload port to onboard port**
- **Fixed M350 drone's inability to acquire real-time streams from Zenmuse P1 and Zenmuse L1**
## License