aravis
aravis copied to clipboard
A vision library for genicam based cameras
**Describe the bug** I tried setting a stream callback as a python function, following examples in C. ``` def stream_cb(user_data, type, buffer): if type == Aravis.StreamCallbackType.INIT: if not Aravis.make_thread_realtime(10) and...
Hello! To be really clear up front -- This is more of a *question* as opposed to a *bug report* -- I'm currently implementing a device-side stack for U3V, and...
**SVC fxo545CXGE 10 GigE camera is not working with Aravis.** I'm trying to use Aravis (first time) with SVC fxo545CXGE 10 Gbit camera: https://www.svs-vistek.com/en/industrial-cameras/svs-camera-detail.php?id=fxo545CXGE Started with `arv-viewer`: camera is visible...
**Describe the bug** When I attempt to set or even just read the pixel format from a C1911, I'm getting a memory_read Timeout error and the reported pixel format is...
I'm using gstreamer with aravissrc, my pipeline looks like below: ``` aravissrc ! video/x-raw, format=RGB ! videoconvert ! appsink ``` I've compared camera values after runing `arv-viewer-0.8` and set proper...
Have successfully compiled the Aravis in Mingw64 Win10 (without viewer), but have some issues with the USB3 Balser camera. Try 1. At the very beginning, the Aravis cannot find the...
uv_stream thread keeps a track of StreamBufferContext objects using a hash table, with ArvBuffer pointer as a hash value. While the thread is running, if a buffer is removed from...
**Is your feature request related to a problem? Please describe.** I am using an Allied Vision Alvium 1800U camera and the function `arv_camera_uv_is_bandwidth_control_available()` always returns `false` while `arv_camera_uv_set_bandwidth()` works as...
yocto+poky+zeus: cross compiliton / build for arm: Program g-ir-scanner found: NO src/meson.build:297:2: ERROR: Program(s) ['g-ir-scanner'] not found or not executable ``` Meson build system Version: 0.51.2 /build/tmp/work/cortexa7t2hf-neon-mx7d-poky-linux-gnueabi/aravis/1.0-r0/git Build dir: /build/tmp/work/cortexa7t2hf-neon-mx7d-poky-linux-gnueabi/aravis/1.0-r0/build...
Related with #627 Tested and working with SONY XCG-510C Example: 