Thies Möller

Results 203 comments of Thies Möller

@mgabell It works this way: ``` +------------+ +--------------+ +-------------+ | | | | | | PYPYLON +------->+ appsrc +-----> gst | | | | | pipeline.. +------------+ +--------------+ +-------------+ ```...

Check that GST_PLUGIN_PATH for local install or for a systemwide install GST_PLUGIN_SYSTEM_PATH is pointing to where you installed pylonsrc Christina-ko ***@***.***> schrieb am Fr., 17. Dez. 2021, 08:25: > If...

As a quick workaround install latest pylon 6.x version. 7.1 support hasn't been integrated yet

In a multithreaded application I would really recommend a) to avoid globals without proper locking b) if you print something from a thread it is really helpful to know from...

What do you mean by 'pylon GUI' ?

If you only require the display portion of pylon viewer you can replace this with a Qt ( PyQt or PySide ) version. Or which functionality of Pylon Viewer, do...

The connection of an application to the camera is point-to-point. So e.g. if you open your camera in Basler pylon viewer, you can't open it a second time in a...

Unfortunately we haven't released pylon SDK for Apple silicon. Meanwhile you have to run in rosetta2 See https://github.com/basler/pypylon/issues/322#issuecomment-783310781

Can you post more details about your environment to find out what is not working in your docker setup: Host OS and platform. Simplified dockerfile + runtime settings that show...

Is your microk8s configured to start the container in privileged mode ? Otherwise you won't get the udev events to detect the hot plugging of the camera from inside the...