aravis
aravis copied to clipboard
A vision library for genicam based cameras
**Describe the bug** when I loop to call the arv_camera_acquisition function,sometimes it succeeds and sometimes it report an failed. ** Code ** ``` GError *pErr = nullptr; if (!ARV_IS_CAMERA(m_pCamera)) {...
**Describe the bug** The problem appears when running the python tests because after that the viewer lists the camera but does not output video signal and shows 0hz. **To Reproduce**...
**Describe the bug** I'm using the Aravis library with a GenICam ethernet camera. If I don’t call arv_stream_timeout_pop_buffer() often enough and Aravis runs out of input buffers and gets buffer...
I am importing the package as follows: from gi.repository import Aravis self.cam = Aravis.Camera.new(name) The camera opened successfully (Baser acA1920-155um USB3) : camera name: acA1920-155um [12:23:48.714] 🅸 stream> SIRM_INFO =...
I would like to stream video from two Daheng Imaging 4k cameras using the Aravis Gstreamer plugin on Windows 10. One camera is a GIGE network camera model MER2-630-18GC-P and...
**Describe the bug** Installed MSYS2 and then installed aravis-gst package. Opened aravis-viewer-0.8 and opened fake camera with default setting. No video stream observed only blank white screen. **To Reproduce** Steps...
When possible (running as root) uses SO_BINDTODEVICE to discover cameras outside the subnet. I did not implement for Stream because the idea is that with this change you can now...
Stream destination address register is written based on the network discovery done through a [probe control packet](https://github.com/AravisProject/aravis/blob/a3fc5ad9e14211a607849f4953b003798273eca7/src/arvgvinterface.c#L570). This procedure, however, does not takes into account any packet forwarding done by...
This PR adds support for saving raw images as DNG, and also enables Bayer 16 bit format support on arv-viewer. Since Gstreamer still doesn't support Bayer formats with more than...
**Describe the bug** arv_camera_get_device_id() return null **To Reproduce** run arv-roi-test but no KO reported in /fake/camera-api test **Expected behavior** arv_camera_get_device_id() should return same as arv_get_device_id() **Camera description:** - Basler -...