添加空间空间bin2修改功能

只支持空间光谱统一bin1和bin2
This commit is contained in:
tangchao0503
2024-11-25 16:39:35 +08:00
parent 9bb6969cd7
commit a3ea1b8b67
4 changed files with 76 additions and 11 deletions

View File

@ -137,7 +137,7 @@ int main(int argc, char **argv)
return DJI_ERROR_SYSTEM_MODULE_CODE_SYSTEM_ERROR;
}
returnCode = DjiCore_SetAlias("300TC_3.37.43.21");
returnCode = DjiCore_SetAlias("300TC_3.38.43.21");
if (returnCode != DJI_ERROR_SYSTEM_MODULE_CODE_SUCCESS) {
USER_LOG_ERROR("set alias error");
return DJI_ERROR_SYSTEM_MODULE_CODE_SYSTEM_ERROR;