slmPy
slmPy copied to clipboard
A simple Python module based on wxPython to interact with spatial light modulators handled as secondary monitors.
Hello Thanks for this great code. I have used it on my desktop PC with great success. Now I am trying to use it with a Raspberry Pi and I...
I find the following issues on python 3.6 with wxPython 4.1.1 Your basic slm code: ` import slmpy import time import numpy as np slm = slmpy.SLMdisplay() resX, resY =...
Hi, First of all, thanks for your module it is very helpful. I managed to make it work a few months ago but when i tried to install it on...
Hi Sebastien, I have recently been using your code to control SLM. After I switched to a different computer monitor (as main monitor), there were some problems with the code...
Hi Sébastien, Nice repo. Have you tested what is the maximum framerate for the SLM of your code? Best, Guangyuan
Hi, Sébastien! First of all, thank you for this nice piece of work. I would like to use slmPy to control more than 1 SLM on the same computer. So...