Saviero Garcia

  • Total activity 16
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Activity overview

Latest activity by Saviero Garcia
  • Saviero Garcia created a post,

    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());        }    } ...

  • Saviero Garcia commented,

    > Does the current page for live streaming display the video channel feed that needs to be pushed out? I do not understand what page you are referring to. > I would like to confirm the status of th...

  • Saviero Garcia created a post,

    Getting video stream from DJI

    Completed

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

  • Saviero Garcia commented,

    Due to developmental reasons, I am not able to execute your sample code on the RC. So, please i need to find a solution in my code. Here is code again: WaypointMissionManager.getInstance().init() ...

  • Saviero Garcia commented,

    I can't find any KMZ file in your sampel code. Please attach such file here, if possible, at your earliest convenience.

  • Saviero Garcia created a post,

    KMZ file upload Error

    Completed

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

  • Saviero Garcia commented,

    yes, i tried your code. However using the same code in my app leads to this issue.   Please paste a relevant sample code here. Do I need to set the remote controller in a specific mode? Please adv...

  • Saviero Garcia commented,

    Hello Yes, I have looked at them, that is how i came to the codes above.could you provide me a code snippet to take of the aircraft , that I can call in a fragment, at a button click? Thank you.

  • Saviero Garcia created a post,

    DJI MSDK Can't take off

    Completed

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

  • Saviero Garcia commented,

    So what is the solution now? go to version 4?