pypylon
pypylon copied to clipboard
The official python wrapper for the pylon Camera Software Suite
Hello, I have five acA1440-220um cameras synchronised by an external hardware trigger (an Arduino). I can successfully retrieve frames data at 215-220 fps at the cameras native resolution (1440x1080) with...
Hello, I am facing a weird problem where an error mentioning the following, is occurring occasionally: buff = converter.Convert(res) File "/usr/local/lib/python3.10/site-packages/pypylon/pylon.py", line 6866, in Convert return _pylon.ImageFormatConverter_Convert(self, *args) _genicam.InvalidArgumentException: Cannot...
How can i attach and configure the whole acquisition process using multiple gige cameras. My setup: 4 ace Gige cameras Hardware trigger: a digital proximity sensor Use: i want to...
Hi all, as the title suggested, I am calling the following to enumerate two GigE cams I connected to a network switch and then the Mac OS 11.0.1. But it...
ı want to configure each camera bandwidth on the python script. how to ı configure, do you know ? ı can configure it on pylon viewer but ı want to...
I am trying to display the live video from the camera in my browser, some kind of video streaming Right now I am using the following code but when I...
Hello, I need to run pylon Continuous acquisition mode (Video Mode) in the pylon GUI via pypylon. Is there any function or code sample I can reference. Thank you, Srikar....
Hi, I am the author and maintainer of [pylon-cxx](https://github.com/strawlab/pylon-cxx), an open-source (Apache 2/MIT licensed) Rust wrapper for the C++ Pylon library. It would be convenient to be able to use...
Hello, Pylon version: 7.1.0 I build module with the following command: `pip install git+https://github.com/basler/pypylon.git` in venv But when I try to import module, it returns the following error: ``` from...
the following code doesn't work in docker on Windows platform as docker cannot access the network of its host. ``` tl_factory = pylon.TlFactory.GetInstance() # 实例化相机 devices = tl_factory.EnumerateDevices() ``` looks...