stefano.minardi
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Activity overview
Latest activity by stefano.minardi-
stefano.minardi commented,
For the records: the CANNOT_START_TASK_ON_WEAK_GPS error went away once I made again the process of stabilization/calibration through the official DJI app. That error message is very misleading th...
-
stefano.minardi commented,
Hello. I still get the EXCEEDED_INPUT_TIME_LIMIT sometimes while I take a photo. Now I am starting to receive systematically the message CANNOT_START_TASK_ON_WEAK_GPS, when I take a photo. Are th...
-
stefano.minardi commented,
I can't find KeyNewlyGeneratedMediaFile in the API reference for MSDK 5.8. Could you post a link to it ? Thank you.
-
stefano.minardi commented,
I have verified that if I fetch the media file list programmatically within OnViewCreated on VirtualStickFragment.kt, I can at least read the index of the latest picture saved on the drone's memory...
-
stefano.minardi commented,
PS. I have tested the code for showing the media files count after taking a picture on MediaFragment.kt as well and the result was still "file count:0" btn_take_photo.setOnClickListener {mediaVM.t...
-
stefano.minardi commented,
I am now able to take pictures from my function on VirtualStickFragment.kt without errors. I have just moved the instantiation outside of the function: class VirtualStickFragment : DJIFragment() {...
-
stefano.minardi commented,
I am calling the function rotateGimbalDownAndTakePicture() as the only action on a button setOnClickListener just like you did in your test. I have created the button on the file frag_virtual_stick...
-
stefano.minardi commented,
I have uploaded the file at the link you provided. It is just the MediaVM.kt file of your example here anyway: https://github.com/dji-sdk/Mobile-SDK-Android-V5.
-
stefano.minardi created a post,
EXCEEDED_INPUT_TIME_LIMIT while taking a photo
CompletedI have the following function for rotating the gimbal downwards 90 degrees and then taking a single photo:fun rotateGimbalDownAndTakePicture() { //Rotate gimbal 90° downwards val gim...
-
stefano.minardi commented,
You are perfectly right. When the drone is more than 5 meters away from the return point, I am able to stop the RTH and then launch it again without problems.