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.
How do you control the sequencing of the illumination sources within the controller SW? I have a structured light project set up and can sequence through my frames fine but there only seems to be one setting for illumination. I cannot seem to isolate red illumination with the red component, blue, and green. The users manual doesn't seem to address how to project anything but grayscale
Hello RC,
In the ‘LED Driver’ section of the controller SW you can enable/disable and set the strength for any of the 4 available LEDs. In Structured Light mode, however, all enabled LEDs are turned on/off at the same time since the displayed image will be monochromatic. While you can set a different LED configuration for every solution you create, all displayed patterns in the same solution will have the same illumination setting.
If you want to change the illumination setting between patterns, you can do so by writing a custom application using the API library (please see reference documents DLPA014 and DLPA024). You can make use of the Display API functions to toggle through your patterns, and use the LED API functions to change the illumination setting for each.
I hope this helps.
Regards,
Raul