You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Default Linux receive buffer setting is lower than expected. You may experience poor GEV streaming performance. (Related Related KB : http://www.ptgrey.com/kb/10016)
#180
Open
ccs-ros opened this issue
Nov 20, 2018
· 1 comment
when i run the command " roslaunch pointgrey_camera_driver camera.launch", i meet the warning:
Warning: Default Linux receive buffer setting is lower than expected. You may experience poor GEV streaming performance. (Related Related KB : http://www.ptgrey.com/kb/10016)
how can i solve this problem?thank you very much!
The text was updated successfully, but these errors were encountered:
The pointgrey page is unfortunately not reachable anymore. I increased the receive buffer with the following two commands: sudo sysctl -w net.core.rmem_default=31457280 sudo sysctl -w net.core.rmem_max=33554432
If this does not help try also to set the MTU of the desired connection (eth0 or similar) to 9000: sudo ip link set dev eth0 mtu 9000
when i run the command " roslaunch pointgrey_camera_driver camera.launch", i meet the warning:
Warning: Default Linux receive buffer setting is lower than expected. You may experience poor GEV streaming performance. (Related Related KB : http://www.ptgrey.com/kb/10016)
how can i solve this problem?thank you very much!
The text was updated successfully, but these errors were encountered: