本psdk程序没任何改变,仅仅ximea机载系统解决了图传问题

This commit is contained in:
tangchao0503
2024-11-25 16:37:45 +08:00
parent 1494807973
commit 9bb6969cd7

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.42.21");
returnCode = DjiCore_SetAlias("300TC_3.37.43.21");
if (returnCode != DJI_ERROR_SYSTEM_MODULE_CODE_SUCCESS) {
USER_LOG_ERROR("set alias error");
return DJI_ERROR_SYSTEM_MODULE_CODE_SYSTEM_ERROR;