Thies Möller

Results 203 comments of Thies Möller

have you checked enabling/disabling the gpio in pylonviewer. any output can be set to be used by "useroutputvalue" https://docs.baslerweb.com/user-output-value

this test is for USB, but basic principle of decompression setup is identical: [pylon_tests/usb/decompressiontest.py](https://github.com/basler/pypylon/blob/master/tests/pylon_tests/usb/decompressiontest.py)

Check line 60ff You have to decompress every frame you get

From looking at the pypylon code it seems that the path decompressed image to image window is not implemented at the moment. Only grabResult is available as source for the...

have you applied the recommendations from the pylon installer package? ``` USB Vision Cameras ------------------ * To get the best perfomance, you should use the /share/pylon/setup-usb.sh script, which will increase...

You still have to set the transfersize in your program as mentioned in the readme. See also: https://docs.baslerweb.com/stream-grabber-parameters#maximum-transfer-size Otherwise it is running with system defaults, which might be too low...

See also https://github.com/basler/pypylon-samples for in depth samples and a webinar

@jokubas11: is it working for you this way?