Emmanuel Pacaud
Emmanuel Pacaud
Thanks for the report. What does mean the last but one column ? Is the crash reproducible ? If so, could you try to capture a complete backtrace of the...
> > What does mean the last but one column ? > The last line is a function I wrote myself to initialize the camera. In this function, arv_camera_gv_auto_packet_size() is...
Did you try to increase the socket buffer size for aravis ? Did you try the packet socket ? [https://aravisproject.github.io/aravis/ethernet.html](https://aravisproject.github.io/aravis/ethernet.html)
You may want to try arv-camera-test, which can help you test the different parameters. Also, try to enable the debug output, especially the stream log which will give you some...
Could you attach the genicam data of your device ?
Hi @dkogan Aravis is implemented by reverse engineering the protocols. It seemed sensible to always use the feature Length property to determine the transfer size. But obviously in this case...
Hi, Thanks. The auto buffer size code should have a lower limit in the value applied to the socket size.
No idea yet. I have to check the code. The current one probably does not take into account the udp packet format cost.
Hi, Are you able to use the camera and get a video stream in arv-viewer ?