Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@ccs-ros
Copy link

ccs-ros commented Nov 20, 2018

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!

@dominikfrey
Copy link

dominikfrey commented Jul 5, 2019

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

Hope this helps!

source: https://gist.github.com/voluntas/bc54c60aaa7ad6856e6f6a928b79ab6c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants