csi-dcsc / Pycrafter6500

A python controller for Texas Instruments DLPLCR6500EVM evaluation module for DLP technology. The controller can fully control the "pattern on the fly" mode with a user defined sequence of binary images. Requires pyusb and numpy. PIL or pillow is recommended for testing.
GNU General Public License v3.0
38 stars 17 forks source link

Switch off DMD before startsequence() function #7

Closed q69zhou closed 1 year ago

q69zhou commented 1 year ago

Hi!

Thank you so much for providing the code! I am just wondering that is there any setting in the code that is able change the default status of DMD? For instance, before startsequence() function, I wanted the DMD not to project any light into the path, but currently it's all on. Am I able to change this?

Thank you again for your help!