Saviero Garcia

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

帖子

Saviero Garcia 最近的活动 最近的活动 投票数
  • How do I convert camera data to Image?

    已完成

    Hello   I have an M30.   I am running this code:  private val streamSourcesListener = StreamSourceListener {        it?.let {            upload_toWebSocket (it.data.toByteString());        }    } ...

  • Getting video stream from DJI

    已完成

    HEre is code: private fun getVideo() {var sr = MediaDataCenter.getInstance().getLiveStreamManager()Log.d("Monsoon: RTMP Video stream", "stream status: " + sr.isStreaming.toString());if(sr.isStream...

  • KMZ file upload Error

    已完成

    I want to upload a KMZ file to a M350 Aircraft. The file is located under: /data/user/0/org.opensky.monsoon.flightopsrdi/files/M350.kmz There is a folder "wpmz" under /data/user/0/org.opensky.monso...

  • DJI MSDK Can't take off

    已完成

    Please, We need some solutions. I have see another poster hving the same issue.I have this code:FlightControllerKey.KeyStartTakeoff.create().action({    Log.d("takeoff","TakeOff Success")}, { e: ID...

  • DJI MSDK does not update if app is minimized

    已完成

    HelloI have an app, using DJI MSDK. I am using KeyManager.getInstance().listen(myKey, this) {                      // listen to flight controller location key    oldV,newV ->// do my things}This...