Emmanuel Pacaud
Emmanuel Pacaud
Hi, I have created a new pull request with some editions to your work: #919 I will not change the default buffer size policy in the 0.8 stable series, but...
Hi, Thanks for the report. The viewer is mainly a debugging tool, that allows to quickly check aravis is able to stream from a camera. It is based on gstreamer....
Try to explicitely define the framerate. Here is an example: ``` gst-launch-1.0 aravissrc ! video/x-raw,format=GRAY8,framerate=10/1 ! videoconvert ! autovideosink ``` Ensure you set a valid framerate for your camera.
No update? I'm closing the issue. Don't hesitate to reopen it once you have the requested informations. Thanks.
Please attach the console output when running your test software with `ARV_DEBUG` set to `all`.
I have just tested your test code with the fake camera and a PointGrey camera. It worked in both cases. I'm closing this issue for now. Don't hesitate to reopen...
Hi, Sorry for the (very) late reply. There is no reason the content of a buffer would be different using either function. They are one liner that either call `g_async_queue_pop()`...
Relevant libxml2 feature request: https://gitlab.gnome.org/GNOME/libxml2/-/issues/281
Hopefully it would fix the dotted circle issue. This is what lasem does:  While it should be rendered like this:  If someone know how to fix this issue...
Hi, Try to run `arv-camera-test` with `-d all` and the different resolutions, and report the console output here.