Hi
I have the problem of "[ WARN] (cam1) Frame error: "ARV_BUFFER_STATUS_TIMEOUT".
With MTU of 2000 and the resolution of 2736x1824, I have the images on Rviz but if I increase the resolution to (like 5472x3648) it throws the Buffer Warning and there is no image.
Things that I have tried until now:
- Increasing MTU both with " sudo ip link set dev enp0s31f6 mtu 9000" and "GevSCPSPacketSize" from the launch file.
- Increasing:
sudo sysctl -w net.core.rmem_max=33554432
sudo sysctl -w net.core.wmem_max=33554432
sudo sysctl -w net.core.rmem_default=33554432
sudo sysctl -w net.core.wmem_default=33554432
Also the thing is, if I increase the MTU to higher than 2000, this resolution 2736x1824 also doesn't work anymore.
I appreciate it if you could help me.