This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于3d点云参考设计(TIDA-00254)的编译问题,使用的是DLP lightcrafter 4500 module.

Other Parts Discussed in Thread: TIDA-00254

旧版的TIDA-00254使用的是一个QT的工程文件进行编译的,新版的是使用cmake工具进行编译的,但是新版里面使用了相位移的算法,而旧版的只有graycode算法。请问有人把新版的源代码用QT组织为一个工程来进行编译的吗?个人觉得如果修改了源代码(比如使用其他品牌的相机,需要修改代码)后,使用cmake编译比较麻烦。而使用QT比较直观。