Hi to all Lightcrafter 6500 users!
I thought it would be nice to share the small library i wrote in Python for controlling the lightcrafter 6500 evaluation module (dlplcr6500evm). It is not feature complete, as it only does what i need in my application, but it can be used to set up "on the fly" sequences of binary patterns, with independently controllable exposures, triggers and dark times.
If you are into Python programming you can check out the source and use it as a base for your own needs, it's definitely better than starting from the dlpc900 programmer's guide.
In order to use it, you will need a python environment with pyusb 1.0 and numpy installed. The small test code attached requires PIL for importing an image, but you can use any Numpy array of size (1080,1920) containing only ones and zeros.
You can find the code at https://github.com/csi-dcsc/Pycrafter6500. The readme has short instructions on how to use it, and there is a small sample code, projecting a binary image of a cat. I of course decline any responsibility on any consequence of the use of the library, just know it worked for me, and i hope it helps you too.
Let me know if you nee any help with it! Enjoy!