Leon
- Total activity 114
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 0
- Subscriptions 91
Activity overview
Latest activity by Leon-
Leon created an article,
Linux time synchronization function PPS signal detection example
The sample only provides the time synchronization sample code for the RTOS platform. Here is a simple example of monitoring the PPS signal on the Linux platform. The content is mainly to trigger pr...
-
Leon created an article,
How to determine the port on which the current PSDK is running
Since the functions supported by PSDK on different models vary, developers need to know which port they are currently using. When PSDK does not support xx function, they can first confirm whether i...
-
Leon created an article,
There is no unbind button for PSDK in DA2 software
[Reason] The developer account used during binding is not the correct email account. [Note] 1. When binding, the developer account of the user information in the PSDK program, the email address use...
-
Leon created an article,
M3TD: Request h264 stream return error retcode : 135
This is a bug in the latest M3D/TD firmware version. PSDK cannot obtain video stream data. We are currently fixing it urgently. Developers are requested to downgrade to version V10.01.16.07 for dev...
-
Leon created an article,
I ran the PSDK but no buttons were bound to the DA2?
The function of the binding button is to bind the DJI official kit (only SkyportV2 and X-Port need to be bound). First, you need to confirm whether the model you are using is M300 M350. Only these ...
-
Leon created an article,
BULK node configuration in PSDK code
For the BUL node configuration in the PSDK code, you can refer to the following process. You need to configure the BULK node of the development board first. After successfully generating BULK, perf...
-
Leon created an article,
init gimbal module error: 0x000000E0
This error means that this model/port does not support the PTZ function. At this time, you can first check the functions supported by different ports (refer to the content or table of the following...
-
Leon created an article,
What is the timestamp of the subscribed grayscale image printed based on?
The timestamp of the grayscale image obtained by the perception function is printed based on the time the aircraft was powered on, which cannot be configured or changed in the SDK.
-
Leon created an article,
How to export PSDK Debug log
When you encounter a problem and need the debug log of PSDK when consulting dev, you can follow the steps below to export it: Linux platform: You can directly find the time-named file in a director...
-
Leon created an article,
How to obtain the aircraft serial number (SN)
You can refer to the C++ sample of PSDK and use the DjiFlightController_GetGeneralInfo function to obtain it. Note: Initialize the flight control module before obtaining it. The gimbal port (Payloa...