nmai
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by nmai-
Porting PSDK to Android
CompletedThere seems to be an Android binary file (arm-linux-androideabi-gcc) in the SKD download. Has anyone tried to port the PSDK sample code to the Android platform? Does the device have to be rooted ...
-
Porting GPIO code for PPS from rtos to linux
CompletedHas anyone try to port the Time Synchronization code from rtos to linux? In the DJI sample, most GPIO related code is under platform/rtos_freertos. We are trying to port these source files into pl...
-
Send data from a video stream
CompletedPSDK provides the function DjiPayloadCamera_SendVideoStream() for sending video stream to the mobile control. This function sends the stream frame by frame. For a video file, it's simple to read ...