imshow low fps over LAN ssh

asked 2019-09-10 13:13:45 -0600

I have an opencv application in ROS that does some image processing on a live camera feed and just imshows every frame. Trying this on a single machine, it works great.

However I need to execute this opencv application over ssh with a x-11 forwarding. The video still plays but it is running really slow.

Is this the wrong solution? Is there a better way to do this or maybe a setting?

edit retag flag offensive close merge delete