VimbaPython
VimbaPython copied to clipboard
Old Allied Vision Vimba Python API. The successor to this API is VmbPy
Hi, I have written a "frame grabber" that is grabbing frames from a mako gige camera. I'm having some stability issues, where sometimes i will get an error: `VmbError.Resources: -14`...
Hi, I'm trying to connect to a camera (Mako) on the same subnet as my PC. This generally works. If I however **block** broadcast packages (on an intermediate network bridge...
Hello, When Acquisition Mode is set to "Continuous", What happens to the frame data in the StreamingBuffer at 'Acquisition Stop'? [Hypothesis] 1. All frame data is ejected (cleared) and the...
Hello, we run 3 Mako G 319c in an industrial setting and recently noticed the following exception after running the system for 557689 frames: ``` Exception ignored on calling ctypes...
Hello, I am modifying the asynchronous_grab_opencv.py example to set the camera's configuration from an XML file that I have, which contains exposure / color balance configuration that I like. However,...
Hello, I'm trying to write a script based off the asynchronous_grab_opencv.py example. I'm having to process the captured images (some minor image processing plus a DL model inference if certain...
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, PersistType.All) File "/opt/venv/lib/python3.10/site-packages/vmbpy/util/context_decorator.py", line 101, in wrapper return func(*args, **kwargs) File "/opt/venv/lib/python3.10/site-packages/vmbpy/util/runtime_type_check.py", line 58, in...
When configuration of particular camera file is loaded, i am getting this error: File "/app/camera_configurator.py", line 30, in setup camera.load_settings(settings_file, PersistType.All) File "/opt/venv/lib/python3.10/site-packages/vmbpy/util/context_decorator.py", line 101, in wrapper return func(*args, **kwargs)...
The example in `multithreading_opencv.py` uses `Thread` objects rather than `multiprocessing.Process` objects in Python. I have an implementation that simultaneously is attempting to stream from 2 cameras in separate `Process` objects...
Hello! I am trying to write frames to a file, but it does not work. There are no error messages, but the file I write the frames to does not...