Dear,
I am using the DLP lightcrafter EVM. It works fine using the GUI.
I now want to control it through Matlab instead of the GUI. I have successfully compiled (using Matlab command mex) LCR_CMD_SetDisplayMode( ( LCR_DisplayMode_t )( 0x00 )), so that I can just change the display mode from Matlab. For this, I needed to read the lcr_cmd.cpp file to see the correct function call, then I looked at the DM365 Comand Line Interface Document to see the value description.
So far so good, however....
For more complicated functions such as LCR_CMD_SetPatternSeqSetting, I would need a full description of the API. I want to know the sequence of functions that are called to achieve it, and the arguments that are passed to them.
I cannot find a full API description or a more complete developer guide
Where can I find it?
Thanks a lot for your time, Pepe