Skip to content

Won't work with more than 1 SLM #11

@eduardopaul

Description

@eduardopaul

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions