Michael Guo
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 12
Activity overview
Latest activity by Michael Guo-
Michael Guo commented,
精准起飞降落: 1.setVisionAssistedPositioningEnabled 设置为true 2.setLandingProtectionEnabled 设置为true
-
Michael Guo commented,
Hi Gerardo, Have you ever tested with our official iOS Sample?
-
Michael Guo commented,
4.16.1已经发布
-
Michael Guo commented,
FlightControllerState.getAircraftHeadDirection()还是可以用
-
Michael Guo commented,
没有看到有效log,请升级到msdk 4.16测试一下是否还有类似奔溃
-
Michael Guo commented,
DJISDKManager里面有一个方法,allowStreamWhenAppInBackground()可以调用一下试试,如果有性能问题,建议还是关闭这个功能,或者替换性能更好的android设备
-
Michael Guo commented,
参考:https://sdk-forum.dji.net/hc/zh-cn/articles/4402434894105
-
Michael Guo commented,
MSDK android 4.15.1 连接H20相机时会有这个问题,4.16会解决
-
Michael Guo commented,
参考这里:https://sdk-forum.dji.net/hc/zh-cn/articles/4402434894105 记得调用setVideoEncodingEnabled(true)
-
Michael Guo commented,
这个api,目前只有key形式的,没有接口形式的,所以还没有文档,你可以参考以下代码 DJIKey displayNameKey = RemoteControllerKey.create(RemoteControllerKey.DISPLAY_NAME);if (null != aircraft.getRemoteController() && aircraft.getRemoteContr...