Saviero Garcia
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Posts
Recent activity by Saviero Garcia-
Can a dock run apps?
CompletedHelloJust like we can run android app on a remote control which can tell us about the drone's position and other parameters on an UI, is there a way to connect the DJI dock to something that can al...
-
How to get zoom level via DJIBridge
CompletedConsider the code: def on_connect(client, userdata, flags, rc): print("Connected with result code " + str(rc)) # Subscribing in on_connect() means that if we lose the connection and # rec...
-
How do I convert camera data to Image?
CompletedHello 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
CompletedHEre 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
CompletedI 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
CompletedPlease, 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
CompletedHelloI 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...