aravis icon indicating copy to clipboard operation
aravis copied to clipboard

A vision library for genicam based cameras

Results 204 aravis issues
Sort by recently updated
recently updated
newest added

**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...

5. Python
1. Crash

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...

1. bug
5. Usb3

**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...

5. Gige
1. Device support

**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...

2. Needs informations
1. Device support

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...

5. Gstreamer
2. Needs informations

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...

5. Usb3
7. Windows
1. Platform support

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...

1. bug
5. Usb3

**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...

1. Enhancement
5. Camera

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...

5. Build

Related with #627 Tested and working with SONY XCG-510C Example: ![image](https://user-images.githubusercontent.com/47301424/155018233-8562d091-5505-41b9-acc5-5835ae3651ae.png)

5. Gige
2. Needs informations