You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,22 +23,23 @@ to get the latest version information.
23
23
24
24
## Latest Release
25
25
26
-
The latest release version of PSDK is 3.8.1. This version of Payload SDK mainly add some new features support and fixed some
26
+
The latest release version of PSDK is 3.9.0. This version of Payload SDK mainly add some new features support and fixed some
27
27
bugs. Please refer to the release notes for detailed changes list.
28
28
29
-
* Removed the camera management module interface DjiCameraManager_GetPhotoBurstCount.
30
-
* Removed the AEB photography function in the camera management module.
31
-
* Fixed the issue where subscribing to real-time point cloud data was not byte-aligned on some platforms.
32
-
* Fixed the discrepancy between flight speed units and annotations in the motion planning WP 2.0 feature.
33
-
* Fixed issues with obtaining the camera shooting mode and zoom magnification on the Mavic 3 series drones.
34
-
* Optimized the startup time for PSDK initialization.
35
-
* Complemented the flight control topic CONTROL_DEVICE data structure definition and added related enumeration ranges.
36
-
* Fixed the incorrect zoom multiplier retrieval for the H20N camera.
37
-
* Fixed the issue where custom media file suffix names were not taking effect.
38
-
* Fixed the occasional subscription errors for single battery data in the M300 RTK and M350 RTK.
39
-
* Fixed anomalous Pilot widget values for the M30 series, M300 RTK, and M350 RTK remote controllers.
40
-
* Note: Streamlined the toolchain for compiling PSDK, removing low-usage toolchain libraries.
41
-
> We have stopped offering some toolchains on GitHub. If you have trouble building your project, reach out to the SDK Support Team for help.
29
+
* Supports the payload camera Zenmuse H30 series.
30
+
* FlyCart 30 aircraft supports the time synchronization function.
31
+
* FlyCart 30 aircraft supports HMS functions.
32
+
* FlyCart 30 aircraft supports the data subscription function.
33
+
* Fixed the issue with inaccurate zoom multiplier retrieval for the Mavic 3 Enterprise series cameras.
34
+
* Fixed data errors on the receiving end of small data transfers from MSDK to PSDK.
35
+
* Fixed the inability of devices at payload ports 2 and 3 of the M300 RTK aircraft to perform small data transmission to devices connected to the OSDK port.
36
+
* Fixed the issue where MSDK V5 and PSDK devices could not perform small data transmission when using M300 RTK and M350 RTK aircraft.
37
+
* Fixed occasional payload negotiation failures between PSDK and the M350 RTK aircraft.
38
+
* Fixed screen flickering and glitching issues with the H20T payload camera's video stream.
39
+
* Fixed issues with retrieving the visible light camera video stream from the M3TD camera.
40
+
* Optimized the C++ camera management sample.
41
+
* Optimized memory usage strategy for STM32 platform sample by introducing CCMRAM.
42
+
> Note: For M300 RTK and M350 RTK, the camera management module now checks the payload port device's status at startup. This may occasionally result in log errors. Normal function is not affected, and this will be optimized in a future release.
0 commit comments