yhx
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
Activity overview
Latest activity by yhx-
yhx commented,
解决了,感谢您的回答,似乎是crash acra崩溃捕获库的问题,现在可以正常开启cmcc rtk; 但是我出现了闪退的问题,似乎是addNetworkRTKServiceInfoListener造成的,但我不清楚应该怎么设置 2024-11-05 20:43:37.774 4032-4032 AndroidRuntime com.example.app_zt ...
-
yhx commented,
registrationStatus是SDKManager.getInstance().init初始化的回调结果,我测试过程中 RTKSystemState.rtkConnected=true RTKSystemState.rtkConnected与RtkMobileStationKey.KeyIsRTKDongleConnect不同吗
-
yhx commented,
测试中还会出现参数错误: FailedErrorImp{errorType='CORE', errorCode='INVALID_PARAM', innerCode='-6', description='null', hint='error code = -6'} 有时候cmccrtk设置成功,但是networkService状态 READY -> TRANSMITTING -> DISAB...
-
yhx commented,
以下是我的测试代码:@Composablefun RtkSettingPage(RtkCenterViewModel: RtkCenterViewModel){ val rtkSystemStateLD by RtkCenterViewModel.rtkSystemStateLD.collectAsState() val rtkEnable by RtkCenterViewMod...
-
yhx created a post,
RTK模块开启失败,CMCCRTK无法稳定调用
CompletedMSDK 5.10.0 机型:M3E 在使用setAircraftRTKModuleEnabled时,有时会出现这种错误,但等待一段时间后就可以正常启用: FailedErrorImp{errorType='CORE', errorCode='REQUEST_HANDLER_NOT_FOUND', innerCode='', description='null', hint='error c...
-
yhx created a post,
无人机拍摄的影像能否通过msdkv5直接回传到服务器?
Completedmsdkv5可以通过直播推流功能将视频流推送到后端服务器,请问在拍摄过程中能否将获得的影像数据直接回传到服务器呢?
-
yhx commented,
那MSDK目前可以设置无人机在航线上等间隔或等时间拍照吗?如何可以的话如何设置?
-
yhx created a post,
目前航线生成template类是只支持航点飞行吗
Completedvoid generateKMZFile(String kmzPath , WaylineMission waylineMission , WaylineMissionConfig config , Template waylineTemplate ),这个函数中的Template类目前是只支持航点飞行,没有包含mapping2d等其他类型吗?并且我注意到generateKMZFile中tr...