stefano.minardi
- 活动总数 14
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
评论
stefano.minardi 最近的活动-
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...
-
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...
-
I can't find KeyNewlyGeneratedMediaFile in the API reference for MSDK 5.8. Could you post a link to it ? Thank you.
-
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...
-
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...
-
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() {...
-
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...
-
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.
-
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.