-
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 or router) I can't conne…
-
Hi,
I have a use for pymba to track object on opencv. This needs to work similar to cv.VideoCapture() and allow the user to select an object using selectROI() method. I couldn't figure out how to ge…
-
Hi There, recently we have observed that few cameras took 905.130... seconds, which caused camera to start late and hampered production activity. We haven't seen this before with any version of Vimba …
-
Waere es nicht eine "saubere" Loesung die Enviroment Varibales statt in `.bashrc` in eine `.env` zu packen? Das file wuerde dann bei starten des Containers mit `--env-file`
```docker run ... --env-fi…
-
Hi
I have a USB3 camera connected with USB2 port PC, the frame are always liking this:
FrameStatus.Complete
FrameStatus.Incomplete
FrameStatus.Incomplete
FrameStatus.Complete
FrameStatus.Incompl…
-
Not sure if this is an issue or just lack in documentation.
I'm trying to read BayerRG12 frames and convert them into opencv mat.
```
# Synchronous grab
from vimba import *
import cv2
wit…
-
**Describe the bug**
Processing a large dataset (300000 + images), and after about 16 hours, the memory use is now up to around 25 GB. Running with append=false in the toml file, and --num_chuncks…
-
It seems to me that the `vimba.Camera` class does not possess a simple method to set a feature to a desired value. What is the reason for this? Is it because the Python wrapper only wraps the C API wh…
-
/home/sei/Downloads/Vimba_4_1/Tools/Viewer/Bin/arm_64bit/VimbaViewer: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
I get the error ab…
-
I have a question related to the last framework posted above:
Is there a nice and easy way (preferably built in vimba) to stack the 10 frames (and many more optionally) from the software triggering l…