Riccardo

Results 9 comments of Riccardo

Hello EmmanuelP, sorry for hijacking the other issue then: no wifi, it is an ubuntu 18.04 vm with two ethernet interfaces (one nat, one bridged) the device is connected with...

there is no firewall (that i know of).. windows firewall is deactivated for all interfaces, and the ubuntu ethernet interface is directly bridged on the physical ethernet port.. I am...

OK, I managed to try with the msys2 build in my host Windows and arv-camera-test-0.8 gives the same issue. I managed to track back the issue to packet size not...

[pleora_sony.zip](https://github.com/AravisProject/aravis/files/7137840/pleora_sony.zip) Attached the wireshark capture of an unsuccessful arv-camera-test-0.8 Thanks

Hello Emmanuel, I managed to make some progress by changing, in arvgvdevice.c: // arv_device_set_integer_feature_value (ARV_DEVICE (gv_device), "GevSCDA", g_htonl (*((guint32 *) address_bytes)), NULL); arv_device_write_register (ARV_DEVICE (gv_device), ARV_GVBS_STREAM_CHANNEL_0_IP_ADDRESS_OFFSET, g_ntohl(*((guint32 *) address_bytes)), error);...

Yes it was one of the tests I did before trying to dig deeper, however if didn't manage to force the packet size (it remained 64 bytes) and it said...

OK, some progress: converting the packet_size settings to register instead of memory writes lets me correctly start the stream with arv-camera-test-0.8! Now I am trying to show some picture (with...

ouch! I did not see that.. I will definitely look into it and see if it's the same issue.. Thanks, Riccardo Il giorno lun 13 set 2021 alle ore 17:10...

Hello Emmanuel, that indeed fixed the issue! Thanks, R