-
For attaching the device to the program, I normally use the code:
'''
# Create and attach all Pylon Devices.
for i, cam in enumerate(cameras):
cam.Attach(tlFactory.CreateDevice(dev…
-
Is your feature request related to a problem? Please describe.
We are interested in operating multi Basler camera (in our case, 4 cameras) and streaming all the cameras at maximum frame rate.
De…
-
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 (1440x…
-
try to work on the following codes , but it shows errors
How to set fps, trigger mode, gain, exposure , trigger delay, trigger activation parameters etc??????????????????????
code is given below
…
-
I've been using GigE camera for recording video using pypylon package.
The problem occurred when I play the video. The length of the video is much shorter than real recording time (e,g, 1 min of reco…
-
I would like to have two USB-based cameras synchronized. Currently I have a difference of 50ms as I am just acquiring images in a sequential manner with the default grab strategy. I have been reading …
-
### Describe what you want to implement and what the issue & the steps to reproduce it are:
I want to read temperatures at different parts of the camera at runtime, but it looks like the temperatur…
-
Hi,
when I set the quality=100 in save_image.py and I save the images, I see the best quality I get around 5MB only. When I try to capture the images in pylon Viewer I get 24MB quality of the imag…
-
Hello there,
I wanted to sync images from 4x daA3840-45uc cameras. The requirements are not that strict - I need only a single frame for each of them every 1s approximately. So I wanted to try a so…
-
It seems like using any `pylon.TlFactory.GetInstance()` method works fine in other processes until any of those methods are used within the main process, after which all the methods cause the code to …