Hi TI,
I am currently using the Matlab, but I realize that I need to activate LEDs using Light Commander Control Software (LLCCS) before I play around with the Matlab.
For example, if I disable the green LED in the LLCCS, I cannot turn it in on the Matlab via DLP_LED_SetLEDEnable.
Is there a way to activate LEDs using the Matlab?
My another concern is the speed of 'DLP_Img_DownloadBitplanePatternToExtMem'. It takes about 1 s to transfer 8 bit information to Light Commander.
Is there a faster method to do that? I am thinking save all images which I will use as dbi files or something in Light Commander's memory, and then load them one by one. Is this possible?