imshow low fps over LAN ssh
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?