Th Lsct

  • 活动总数 28
  • 最后的活动
  • 成员加入日期
  • 正在关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 2
  • 订阅数 7

帖子

Th Lsct 最近的活动 最近的活动 投票数
  • Getting IMU/Pose data

    已完成

    Hi, 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 ?

    已完成

    Which 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

    已完成

    Hello, 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

    已完成

    Hello, 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

    已完成

    Hello, 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

    已完成

    Hello, 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

    已完成

    Hello, 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...