Emmanuel Pacaud

Results 331 comments of Emmanuel Pacaud

Hi Brian, I probably will not have time to work on this pull request in the near future. But I will happily test a finalized version of this work.

I guess that is because the leader packet is sent early, before the trigger signal. Could you try to increase the frame retention timeout ? `arv-camera-test-0.8 -m 2000`

Thanks for the report. Could you also attach the wireshark capture of ./tests/arv-acquisition-test ? Preferably with the console output obtained with ARV_DEBUG=all.

The problem lies in the payload_size computation, which is not aligned currently. ``` 504 13.381753 4.6.1 host U3V 80 < WRITEMEM_ACK U3V_STATUS_SI_PAYLOAD_SIZE_NOT_ALIGNED[SI_Payload_Transfer_Size] ``` The relevant code is here: https://github.com/AravisProject/aravis/blob/ea0316d070929f19629a722e84a9153591b75490/src/arvuvstream.c#L811C3-L830C24 I...

Rerun your sample code with `ARV_DEBUG=all` and attach the console output here.

Do you have a firewall ? Multiple network interfaces ?

`(last: 18373842054758336521)` is worrying, may be a corrupted packet.

Does this happen every time ? It would help if you could capture the network traffic when the problem occurs, using wireshark.

Could run your software with `ARV_DEBUG=all:3` and attach the console output here.

Could you attach a short sample software that shows your issue ?