-
When an ace 2 camera is connected to the laptop, the device enumeration lasts around 2.5 minutes (tested on several Macs).
```
time python3 -c ‘from pypylon import pylon; print([p.GetFriendlyName…
-
**Is your feature request related to a problem? Please describe.**
It would be nice if Aravis would support a callback in case a camera gets removed (unplugged, ...).
**Describe the solution you'd…
-
I have a Blackfly S GigE Camera. I changed the config parameters as suggested as follows, where I input my camera serial number:
```
cam_ids:
- 19445015
cam_aliases:
- cam0
master_cam: 194450…
-
Hello, I'm setting up a fringe projection system. I'm looking to trigger my projector with my camera (ace acA4600-7gc Color GigE). After setting up the circuit to use the opto-coupled output line, I'm…
-
Hello,
I have multiple cameras which should be opened with camera_aravis package.
But I have problems to connect multiple cameras because specifying which camera to open does not work.
I tried …
-
**Describe the bug**
A clear and concise description of what the bug is.
I'm using DALSA Genie Nano C2020.
When I display the image using art-viewer in viewer folder, it display the comment which i…
-
Hello,
I have multiple cameras which should be opened with camera_aravis package.
But I have problems to connect multiple cameras because specifying which camera to open does not work.
I tried …
-
Hello everyone,
I have a code getting images from an GigE camera using the converter.Convert(grabResult), but due to what it seems bandwidth issues, sometimes the frame is not fully captured but the …
-
Symbol consists of a datetime indexed dataframe (single index column, date). There are 7 other data columns:
1 of type int64, 1 of type float64, and 5 of type object/string.
Once there were mor…
-
I'm trying to grab images from an industrial GigE camera.
The library of the camera returns images using IntPtrs and uses the following Bitmap constructor to create nice .NET Bitmap objects:
```…