VimbaPython icon indicating copy to clipboard operation
VimbaPython copied to clipboard

Old Allied Vision Vimba Python API. The successor to this API is VmbPy

Results 93 VimbaPython issues
Sort by recently updated
recently updated
newest added

Hi , I am working with an USB3 camera using VimbaPython. Most of the settings work nicely but the gain settings are a bit problematic, second issue is some settings...

Hi, I have an application where i would like to grab an image when i recieve a message over mqtt. Right now it is nescessary to call get instance each...

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`, and...

Acquiring images asynchronously, I'm running into an issue where frame data appears to be mixed up with subsequent/previous frames. In the example photos below, there are parts of these frames...

Check for virtual env as previously, if no virtual env add a check to see if we have an active conda env. If there is no virtual env but we...

Hi, I am the author and maintainer of [`vimba-sys`](https://github.com/strawlab/vimba-sys), an open-source (Apache 2/MIT licensed) Rust wrapper for the VimbaC library. It would be convenient to be able to use Github...

I am struggling with a memory accumulation problem. I am running an alvium 1800 U-158m in hardware triggered mode. I am acquiring a series of frames periodically which is controlled...

I started with the development of a GUI application with PySide2 together with VimbaPython using PixelFormat `RGB8`. I did 72h tests capturing RGB8 frames with 12 fps without any problems....

enhancement

Allow the user to avoid using the "with" statement to manually manage contexts. As mentioned by some users, it seems like the "with" statement is not the best choice of...

When I attempt to save camera settings using the following 2 lines: with tempfile.NamedTemporaryFile(suffix='.xml') as fp: c.save_settings(fp.name, PersistType.All) I get an exception with the following stack trace: Traceback (most recent...