Emmanuel Pacaud

Results 356 comments of Emmanuel Pacaud

The `ArvCamera` object returned by `g_object_get (arvsrc, "camera", &cam, NULL);` is only valid after the pipeline has started. But aravissrc has also a `features` property that lets you set additional...

Please note that after the acquisition is started, there is some features that can no be changed, like `Width`, `Height` or `PixelFormat`.

Hi, 0x1100025 is Mono14 unpacked. This is not a pixel format for which aravis has a mapping to an equivalent GStreamer format. https://github.com/AravisProject/aravis/commit/a665af1fdeb8d8d4af3e49c991638481b7bf2c23 should fix this issue.

In the log I see the packet socket is used. Could you attach the output of `./tests/arv-camera-test` and `./tests/arv-camera-test --no-packet-socket` ?

It would be nice if you could capture the traffic using wireshark. In order to limit the amount of data, set the image size to something small (100x100) and the...

Hi Léo, Thanks for the report. Does your code check for ArvBuffer status ? If the status is not ARV_BUFFER_STATUS_OK, the buffer should not be used, only put back to...

Could you attach a crash trace ?

> Is it what you meant? Yes, thanks. Unfortunately, it is mostly gibberish for me, I'm not used to debug crashes from python code. If I'm not mistaken, make_thread_realtime and...

Oups, I did not meant to close this issue.

Hi, The crash is probably due to the fact the callback is called from the stream receiving thread. I have done some research in other projects to see how they...