-
Hi,
i already posted this issue, but i thought i fixed it. Nevertheless i didn't fixed it the right way.
I get this error only if i run python file with root rights.
Device: Raspberry Pi 5
OS: …
-
See title - it would allow us to make VmbPy an auto-installable dependency instead of having to go through manual installation steps each time.
Cheers!
-
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,…
-
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)
Fi…
-
I am running the example code:
vmb = vmb.VmbSystem.get_instance()
with vmb:
cams = vmb.get_all_cameras()
for cam in cams:
print(cam)
and with vmb is raising the error:
Tra…
tmid3 updated
6 months ago
-
I have a fairly rudimentary prototype code where I'm attempting to use 4 alvium USB3 cameras. I was able to use 4 cameras using Vimba 6.2. Updating to VmbPy, I can use two cameras just fine, but I get…
-
Allied Vision has released a new SDK called "Vimba X". It uses `vmbpy` as opposed to the earlier "Vimba" SDK which had the `vimba` module.
https://www.alliedvision.com/en/products/software/vimba-x-sd…
tpr0p updated
5 months ago
-
2023-11-29 04:28:47,152 ERROR [vimba_client.py:116] VimbaCapture: Failed to start camera 192.168.9.74/aal-b9701u1-cam006 Traceback (most recent call last):
File "/opt/venv/lib/python3.10/site-packa…
-
Traceback (most recent call last):
File "/app/vimba_client.py", line 75, in _start
CameraConfigurator.setup(camera, calibration)
File "/app/camera_configurator.py", line 32, in setup
c…
-
Hi, please let me know if this is the wrong area to ask this question, im not sure where else to go with it.
I am looking to sync captured frames by two AV USB cameras. As such, I followed the gui…