Th Lsct
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
Posts
Recent activity by Th Lsct-
Getting IMU/Pose data
CompletedHi, How can I get IMU from the drone ? Where is it in MQTT ? If I can't get IMU data, can I get the pose of the drone, as position (vec3) + rotation (quat) ? How so ? Thanks
-
What is the codec of the RTMP live stream ?
CompletedWhich codec is used for live stream over RTMP ? I want the following to work, can you help me ? ffmpeg -f live_flv -listen 1 -i rtmp://0.0.0.0:1935/live/ output.mkv I get tons of errors: [h264 @ 0x...
-
Cloud API does not stay connected
CompletedHello, How can I control the "logged in" state on the remote controller ? For the moment, if I connect (by clicking 'Open Platforms' and entering my url) it does work, but as soon as I click on top...
-
djiBridge MQTT not working
CompletedHello, I am trying to connect to my MQTT server, from the jsBridge on a very simple HTML page: window.connect_cb = async (a) =>{ // some code...};// License verification first// ...// Now connec...
-
Local network
CompletedHello, I intend to create a "third-party platform" for cloud API, so that DJI Pilot 2 connects to it and send information (video, GPS, etc.). I won't have internet connectivity at all. Can you conf...
-
Direct RTMP
CompletedHello, Is it possible to directly fetch the RTMP video and telemetry outside of a RC, or do we need a MSDK5 app for that ? Thanks
-
RC Pro / RC Plus <-> MSDK5 app
CompletedHello, I want to send data (video+telemetry) to an app that needs to do heavy compute (that cannot be done on the RC). Thus I need a MSDK5 app that share this info with the app, and I have some que...