Hello,
I am very new to this forum and currently working with a colleague of mine on developing a GUI application for the DLP Discovery 4100.
We received a DLL and an API reference guide from tech support but I am not entirely sure how to actually use it. The API reference just lists all the functions calls and a briefed description for each function.
The GUI application is written in WPF , C# and will need to invoke the appropriate functions from the DLL. I was able to reference the DLL in the GUI application and use P/Invoke to call a function. That seems to work just fine.
However, I am not entirely sure which functions I need to call to actually load the images into the DMD frame buffer so they can be loaded into the micromirros.
the examples I have use the ActiveX control which I did not receive from tech support.
Any help will be greatly appreciated. If someone has already done/written something similar and willing to share the code, it will be greatly appreciated as well.
Thank you,