-
I want to stream a single camera in one thread. When I close the stream and join my thread my code crashes with a segmentation fault.
I have reduced my code down to this to replicate the issue
`…
-
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.
H…
-
Just as a suggestion, would you consider dropping the link to the [Vimba X developer guide](https://docs.alliedvision.com/Vimba_X/Vimba_X_DeveloperGuide/index.html) into this repo's readme? It is alwa…
-
Hi, I'm running asynchronous grab using the software trigger following the [Python API manual](https://docs.alliedvision.com/Vimba_X/Vimba_X_DeveloperGuide/pythonAPIManual.html#api-usage). Below is th…
-
Have had very many issues getting this library to work.
I am running a Windows machine with a Guppy Pro camera and Anaconda 4.11 with python 3.9 and jupyter
This is my latest error and am not s…
-
I'm trying to install the python API for Vimba X on my Raspberry Pi 5 with Raspian.
As i tried to run my python program, i got this error message:
Exception has occurred: VmbSystemError
Failed t…
-
How can imges be captured using IP address of a camera rather than the camera ID? I mean what is the python code for doing this?
-
Cannot find a solution to this anywhere and I've tried all that I can. I am trying to do synchronous camera acquisition for a much broader program. Typically it works, however, randomly it will start …
-
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 …
-
I am trying to use `harvesters` with Vimba TL and cannot get the cameras' list.
Using other TL implementations (cti files) the code below prints all the cameras connected to the network. However, Vi…