-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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 I just went with something like
slm1 = slmpy.SLMDisplay(monitor=1)
slm2 = slmpy.SLMDisplay(monitor=2)
but as I connect the second SLM, it stops working. There's no message error, it's just that no image gets sent. I noticed that if I run two separate notebooks it does work. I guess it must have something to do with the threading, but I have no knowledge on the subject.
So, is it possible to use slmPy for several SLMs, on the same script/notebook, as it is right now? If not, would it be feasible to make it so?
Thanks again!
Metadata
Metadata
Assignees
Labels
No labels