Table of Contents


Result: Stream video from Raspberry Pi to Java-Application

After we created the two applications we can now firstly start the TCP server on the Raspberry Pi.

$ python videoTCPServer.py

To execute the Python script, OpenCV must be installed on the Raspberry Pi. This can be done with the following command:

$ sudo apt-get install python-opencv

After that, we can run the Java-Application in eclipse to show the live video from the robot.

window after the start of the application
after a click on “Start Camera”

Depending on the WiFi connection, the video stream is more or less fluently with low latency.


0 Comments

Add a Comment

Your email address will not be published. Required fields are marked *