Hello Ali,
The DLPC-API (Application Programming Interface) software for the DLPC34xx chipset has a User's Guide under it's own product page. This guide will instruct you how to install but the US export approval form you need to fill out for what end…
Part Number: DLP3010EVM-LC Other Parts Discussed in Thread: DLPC-API
Dear Members
I am checking the SW/HW/Optic fuction using DLP3010EVM-LC and DLPC-API for machine vision 3d scanner.
I need to simulate beam projection optical path to check interference…
Hello Junfa,
Our API shows how to generate some pattern files and how to flash them into the DLPC. I would suggest reviewing this (
https://www.ti.com/tool/DLPC-API (dlpc347x_samples.c)).
Best,
Maximus
Part Number: DLP3010EVM-LC Dear Members
I am developing and checking using DLP3010EVM-LC , TI GUI Tool and API.
Test case)
1. The multi pattern set downlaod --> beam operation OK using DLP3010EVM-LC and TI GUI Tool.
2. The multi pattern set download…
Part Number: DLPC3478 Other Parts Discussed in Thread: DLPC-API , DLPC6540 Hello, Ti engineer, I need the cmakelist.txt file of DLPC347x routine in Linux environment. The API file downloaded by ti.com is only window's. Or I need the following link, because…
Part Number: DLP3010LC Other Parts Discussed in Thread: DLPC3478 Hello, TI experts
I have developing the software based on DLP3010LC-EVM according to the DLPC-API-1.10.
Now I could update the firmware using the DLPC-API-1.10.
But I can't successfully…
Part Number: DLP2010 Other Parts Discussed in Thread: DLP3010LC , DLPA2005 , DLPC3478 Tool/software:
Hello,
We encountered a problem when developing structured light product using DPLC3470 and DLP2010NIR with DLPC-API-1.10.We want to project multiple…
Hi Mark,
Would you be able to provide some code snippets of your MCU logic, are you using the DLPC API? I have also sent you an E2E friend request, I would like to send you a download for an older firmware version to flash the EVM and test with as well…
Hello Chen,
Could you please advise if you are using the DLP4710EVM-LC solution we offer or your own solution with an MSP430?
If you are using an MSP430 you can utilize the DLPC-API Software . This software offers a User's Guide as well and it is…
Hello Jeremy,
Our samples generally link against the 64-bit version of the Cypress DLLs, as seen in our CMakeLists.txt file:
```
find_library(CYUSBSERIAL cyusbserial third_party /cyusbserial)
```
Your `dlpcQtDemo.pro` file seems to always…