Thies Möller

Results 203 comments of Thies Möller

Your ace model can only stream into same network as your application is in. Is this the case in your environment ?

Have you worked through the options in https://techcommunity.microsoft.com/t5/itops-talk-blog/docker-host-network-alternatives-for-windows-containers/ba-p/3390115 ? You have to find a setup where the camera and the application is in the same subnet. Anyhow performance will degrade...

It's not explicitly documented but in https://docs.baslerweb.com/network-configuration-(gige-cameras) you see the possible network architectures. Your setup has a SW router in docker above your network card. As I'm not using this...

Currently we have no support integrated for the Blaze GenTL producer out of the box. As pypylon official builds, don't include the blaze add on package. Are the features visible...

How do you call pyinstaller ? Have you installed the pyinstaller hooks?

It seems to be an issue with changes in pyinstaller >= 6.0.0 ( https://github.com/pyinstaller/pyinstaller/pull/7619 ) You might test using a 5.x version of pyinstaller.

you can use latest pyinstaller by using the updated pyinstaller-hooks-contrib, we'll check to fix this upstream. `pip install git+https://github.com/thiesmoeller/pyinstaller-hooks-contrib.git@feature/fix_hook_pypylon_pyi_6.x`

please call your sample using debugger to see from where the segmentation violation is triggered: `gdb python sample.py` in gdb call `run` to start the program. when you are stopped...

Is the the acA4024-8gm working in pylon viewer when enable trigger set the source to software and push the trigger software button ?

To test keep your trigger configuration and start continuous streaming ( equivalent to start streaming in pypylon)