-
**Describe the Bug**
I try to acquire a frame using the example from: https://github.com/genicam/harvesters#harvester-on-ipython, using my own .cti file. This seems to work well until i try to acquir…
-
I'm using an Allied Vision Alvium 1800 u-500m camera connected to the computer via USB3. When the computer crashes, any subsequent attempts to open the camera either in Vimba Viewer or VimbaPython ret…
-
### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavio…
-
Hello! I'm facing an issue with AlliedVisionCamera USB3, Model: 1800 U-1240c.
I was trying to grab images using NI MAX (is a packag in the installation of LabVIEW).
I selected the Vimba Driver in…
-
Hello,
I'm working with Alvium 1800 U-811c camera (USB) in the Jetson Orin AGX (Jetpack 5.0.1, Deepstream 6.1). I have installed Vimba X as the main driver and SDK of the camera, and also Vimba 6.…
-
Hi,
I am attempting to write my acquired frames straight to a video file. I followed the example in [Issue #62](https://github.com/alliedvision/VimbaPython/issues/62#issuecomment-884007191). I was …
-
File "/app/vimba_client.py", line 75, in _start
CameraConfigurator.setup(camera, calibration)
File "/app/camera_configurator.py", line 32, in setup
camera.load_settings(settings_file,…
-
We're a medical company using Alvium 1800 C-2050c for inspection on production lines.
I'm developing a new software using VimbaPython.
We need to use continuous acquisition most of the time, and…
-
Hello I need to capture images using an external trigger, after reading the manual for the API I used the code below to set the camera in trigger mode, but that didn't work, next I used Vimba viewer t…
-
While I see the convenience in wrapping Python's logging facilities, I would recommend to not wrap everything. Wrapping the actual logging calls, masks the origin of the messages.
We use verbose log…