Nodes
vnc_image_client.py
Allows to publish a VNC stream to a specified image topic. If the VNC server has a password set, the password can either be passed as parameter or entered during node start-up.Published Topics
~<image_topic> (sensor_msgs/Image)- The images from the VNC stream
Parameters
~host (string, default: localhost)- VNC server host
- VNC server port
- Password for the VNC server. If the VNC server has a password and this parameter is not set, the password is requested during node start-up.
- The name of the image topic on which the VNC stream will be published
- Maxmimum frame rate for the image topic
Usage
rosrun vnc_image_client vnc_image_client.py \ _host:=<vnc_host> _port:=<vnc_port> _password:=<your_secret> \ _image_topic:=<image_output_topic> _publish_rate:=<image_publish_rate>
An example launch file is provieded in the launch folder.