Thies Möller

Results 203 comments of Thies Möller

if you `sudo udevadm monitor` in your container? and un-plug and re-plug your camera, do you see the udev events? ( this would be the base for pypylon to detect...

This is a container configuration issue Do you also mount the /dev/bus/usb directory, as recommended in typical tutorials on how to integrate usb devices? In docker this would be a:...

@robotrapta -> does it work this way in _your_ microk8s environment?

As a sample for a GEV camera this code shows: * Using ffmpeg process to record video that is created in a python process. * Store YUV422 color data without...

Hi @mijalapenos, Framerates are typically given in the highest throughput scenario, which is Bayer Raw transport. In your use case of recording H.264 video transferring RGB over the wire or...

Bayer format would give you the highest on-the-wire framerate, but you will get a high system load ( bayer interpolation is computationally expensive ). What you tried will be seen...

It is supported: FourCC code is YUY2

>trying to conver this python script to exe file please describe the tool you use. There are multiple techonologies available to "convert to exe" what is your: architecture ( x86...

do you have the pyinstaller hooks on your system https://github.com/pyinstaller/pyinstaller-hooks-contrib they have integrated support for pypylon here: https://github.com/pyinstaller/pyinstaller-hooks-contrib/pull/114 .... and in your issue description: please post the errors you get,...

Have you checked in pyinstaller logging during "baking" of your exe, that the pylon shared libraries have been integrated? Pylon architecture consists of a number of libraries, that are directly...