Practice3DVision / SLMaster

SLMaster is a relatively complete open-source Structured Light 3D camera software. You can use it to complete a series of operations including calibration, stripe encoding, 3D reconstruction, and point cloud post-processing. Welcome Star⭐ And Fork🍴.
https://github.com/Practice3DVision/SLMaster/wiki
GNU Affero General Public License v3.0
180 stars 39 forks source link

投影仪怎么改成DLP4500 #19

Open zhaoBeauty opened 4 months ago

zhaoBeauty commented 4 months ago

Desktop (please complete the following information):

DLP3X

DLP4500: DLP_SDKConfig.cmake.in dlp_BMPParser.h dlp_common.h dlp_error.h dlp_flashDevice.h dlpc350_api.h dlpc350_firmware.h dlpc350_usb.h dlpc350_version.h Helper,h hidapi.h dlp_BMPParser.cpp dlp_common.cpp dlpc350_api.cpp dlpc350_firmware.cpp dlpc350_usb.cpp 第三方库那里cyusbserial对应的是hidapi文件吗?是要生成hidapi.dll 和 hidapi.lib吗?求博主指教!

Practice3DVision commented 4 months ago

差不多这个意思,需要你使用DLP4500的SDK,重写一下投影仪的接口。

zhaoBeauty commented 4 months ago

就是把所有文件复制到对应目录下,把 hidapi.h,hidapi.dll 和 hidapi.lib放到第三方库那里cyusbserial的位置 image ,这个 DLP_SDKConfig.cmake.in放到cmake文件夹下 image ,然后修改博主的projectorDlpc34xx.h projectorDlpc34xxDual.h projectorDlpc34xx.cpp projectorDlpc34xxDual.cpp typeDef.h common.hpp这几个文件是吗?

leo112578 commented 3 months ago

请问您修改成功了吗?