-
How are we supposed to configure the use of other transport layers from the Python API? I've tried
```
VmbSystem.get_instance().set_path_configuration("/path/to/vimba/cti/:/path/to/other/cti/")
w…
-
Hi- I am running Ubuntu 20.04 Desktop (64-bit) on a Raspberry Pi 4, trying to run VimbaPython scripts. I followed the install instructions and ran the Install.sh script in the VimbaUSBTL directory and…
-
We are trying to run an AVT Prosilica GT-4090 camera with VIMBA drivers under RVison, but the the system is unable to open the respective stream.
Using a simple USB camera, the standard sample cod…
-
Hello,
I downloaded latest VimbaPython, and tried to run the following code through pyCharm:
import cv2
from vimba import *
def print_hi(name):
# Use a breakpoint in the code line below t…
-
Hi, I used 2 alvium 1800U cameras and I met this problem recently:
![image](https://github.com/user-attachments/assets/9de45feb-ec2b-4f75-a122-ae6acdd689e3)
The introduction of the error:
![ima…
-
Hi,
I havent used Ros for quite some time so my knowledge may be a bit outdated, but I have trouble to launch the image producer with the provided launch files.
```
ros2 launch avt_vimba_camera…
-
Hi,
I have just downloaded the Vimba6 Python SDK to my Ubuntu 22.04 machine and run
```
python list_cameras.py
//////////////////////////////////////
/// Vimba API List Cameras Example ///
/…
-
hi
i use that code
```
import time
import numpy as np
from HW.vimba import *
def handler(cam, frame):
print('Frame acquired: {}'.format(frame), flush=True)
cam.queue_frame(frame…
-
**Dear pymba team:**
Thank you for making such brilliant package.
It's convenient and easy learning.
I used **pymba** for a while, it worked well.
I could acquire the video stream with my python p…
-
I'm running the following code snippet (`grabNFrames`, which repeatedly calls the function `take_image`) in order to capture images at a regular interval (every two seconds). I'm running `vimba 1.1.0`…