aravis
aravis copied to clipboard
A vision library for genicam based cameras
**Describe the bug** We are using cypress FX3 USB3 camera for our project purpose , when we use aravis-viewer or any other tool to see streaming then it is giving...
I used the LEO25000S-24GC camera from Vision Datum company and deployed Aravis via MSYS2. I was able to successfully detect and connect to the device. However, the window does not...
Under certain networking conditions a call to either `arv_get_n_devices` or `arv_get_device_serial_nbr` may hang indefinitely. I am not sure which one is actually hanging, but I suspect it is `arv_get_n_devices`. I...
**Describe the bug** Creating a preallocated buffer in python throws the above error **To Reproduce** import gi, numpy gi.require_version('Aravis','0.8') from gi.repository import Aravis, fake_array = numpy.arange(1,17, dtype= numpy.uint16).reshape((4,4)) fake_buffer =...
I need the statistics that are available on the stream object in a gstreamer pipeline. The stream was not accessible from the element. To access the stream, I add a...
### Description Follow-up to the [How to set a Chunk Selector node?](https://aravis-project.discourse.group/t/how-to-set-a-chunk-selector-node/787) discord discussion. It is a about accessing scale and offset values per channel ABC for conversion of point...
Crash with DFK 33UX273 Camera at 200 FPS and 1000 Exposure, Works Fine with Basler QCAM-UC1440-220CE
Hi! **Describe the bug** When I use a camera The Imaging Source DFK 33UX273 with 200 fps and exposure 1000 my application crashes, but when I use a Basler QCAM-UC1440-220CE...
This test crashes as soon as the new source element is put in PLAYING mode. But that is probably due to a mishandling of the pipeline. Doing this sort of...
chunkparser: allow to set string and integer features On some devices, chunk access requires a change of a local feature value. For example: ``` Expert 0 1 2 0 Expert...
**Describe the bug** Hi i installed Aravis 0.8 according to installation(meson) and everything installed fine but when i run `/usr/local/bin# ./arv-tool-0.8` i encountered `No device found` ( i set my...