Emmanuel Pacaud

Results 358 comments of Emmanuel Pacaud

Could you attach the output of `./arv-camera-test -i 1500 -d all` and `arv-tool-0.8 features` ?

And `arv-tool-08 control GevSCPSPacketSize -d all:3` ?

I thought there was an issue with GevSCPSPacketSize bounds, but they look normal: ``` GevSCPSPacketSize = 192 min:46 max:16266 ``` Could you attach the output of `arv-tool-08 control GevSCPSPacketSize=1500 -d...

Please try this patch: ```diff diff --git a/src/arvgcport.c b/src/arvgcport.c index 56bd811..c76c6e5 100644 --- a/src/arvgcport.c +++ b/src/arvgcport.c @@ -98,6 +98,8 @@ _use_legacy_endianness_mechanism (ArvGcPort *port, guint64 length) ArvDomDocument *document; ArvGcRegisterDescriptionNode *register_description; +...

Ok. This legacy stuff is causing troubles for a while. I have never managed to understand how to reliably check for the switch to legacy mode. Could you send me...

I guess you are using aravis master. This version now automatically looks for the highest allowed MTU if the default one does not work. After a quick search on the...

> Packet size set to 2030 bytes on camera RILF- From aravis point of view, everything is normal. 2030 is the biggest packet that can be transmitted from the camera...

Good performance and reliability of GigEVision can be tricky to get. There is so many parameters to tweak: packet size, network physical layout, CPU availability for the stream receiving thread,...

> Ok. This legacy stuff is causing troubles for a while. I have never managed to understand how to reliably check for the switch to legacy mode. In the genicam...

> Is there a way to generate a .pdb file on windows so that debugging would be possible in Visual Studio? Try to change the buildtype to debugoptimized: ``` meson...