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.

Can anyone Upload a sample firmware for 4500 which does the phase shift pattern

Other Parts Discussed in Thread: TIDA-00254

Can anyone Upload a sample firmware for 4500 which does the phase shift pattern for doing the scanning. 

or some help how to do that. I tried the sample video from youtube. Do i need to upload the picture? where can i get the pictures for download or should i create them. I want to have in the rom the 24 pictures horizontal and vertical with different pattern used for scanning. Can you provide me with the firmware or procedure how to do that.

Thanks.

  • Sarma,

    Welcome to the DLP Forums and thank you for your question!

    Have you downloaded the code from TIDA-00254? It can be found here: www.ti.com/.../tidc535
    Once you've downloaded that, read the user's guide: www.ti.com/.../dlpu019

    The user's guide details how to set up the system for 3-phase scanning and should get you started on your project! Once you've installed the code and tried this out, let us know if you have any more questions.

    Thanks!
    Paul
  • Thanks this worked, i tried to compile the code in vs2013, everything compiled the software is crashing at detectporjector. Does this work with visual studio or only mingw. Also i tried 64bit is it an issue or anyone succesed to work in vs2013 64bit on window 10.1
  • If you're trying to build from the source code, we've only tested MinGW as a compiler. You shouldn't need to compile anything though if you use the pre-built code provided in the TI design.
  • My plan is to build a viewer in visual studio 64bit using pcl. Since asio is merged into boost i tired to compile with boost 57 and also i encounters some bugs like in string template conversion as some others posted on this forum. I tried to fix it but the version is not stable. Atleast if you can provide the precompiled binaries for third party stuff like asio,glfw,hidapi and also for dls_sdk both for release and debug in 64bit that would save lot of time in compiling all the stuff and finding the right set of binaries. Just consider this and if you could upload the all the comipled libs for third party and dls_sdk that would help us.
  • The code provided in the DLP-ALC-SDK and in the TI designs is intended for evaluation purposes and proof of concept - not for full development. Unfortunately we won't be able to provide anything further than what is already online.

    Paul