aravis
aravis copied to clipboard
A vision library for genicam based cameras
A libusb event thread is created inconditionnaly. In case of synchronous libusb use, we should not create it.
At the end of the streaming, there are some warnings about failed transfers: ``` [10:07:08.995] 🆆 stream-thread> Leader transfer failed: transfer->status = 3 [10:07:08.995] 🆆 stream-thread> Payload transfer failed: transfer->status...
In libusb async mode, the reported number of underruns is systematically high. This is because the async thread asks for buffers before actually receiving data, unlike the sync code. May...
Randomization of test order can help to detect strange camera behaviour or camera configuration issues in the ArvCamera helpers (set_trigger, set_frame_rate...)
In arv-test, we should add a test that exercises the Genicam range check feature. As for cache policy, we probably needs an API that reports the number of failed check...
**Is your feature request related to a problem? Please describe.** I would like to test an application using the Software trigger source on the fake camera because I do not...
**Describe the bug** I am using Gstreamer to build a pipeline that reads data from a camera and prints them to screen (later to save them to mp4). I need...
https://github.com/AravisProject/aravis/blob/c139db0127a8a0d10e9c7cf87c81c9fd5f963030/meson.build#L34 I am using `x86_64-linux-gnu-gcc` cross-compiler under Linux, it is version `9.3.0`, and the `-Wenum-conversion` is not understood (it is understood by the native gcc 9.3.0, curiously): ``` x86_64-linux-gnu-gcc: error:...
**Describe the bug** Hello, I take a single image from a camera with **arv_camera_acqusition()**. 0.4MP camera takes 350ms, and 1.6MP camera takes over 1sec to take a single image. I...
I have been using a Teledyne Dalsa Genie Nano C4030 (1Gbps) camera with Aravis, with great success, other than the fact that I can't render better than 8 fps. So...