- Make sure the webcam or ip cam is connected and device id specified in the camera_loop.py file
- Specify the ip adress of the mediator server in the camera_loop.py
- Run cameral_loop.py on a raspberry pi
- Run the server.py on the mediator -- a local server
- Run the tele_receive.py on the mediator
To use the docker container for raspberry pi 3, use the docker image
docker run -it --rm --network host \
-v `pwd`:/`pwd` \
<docker image name/id> \
bash
and run the scripts in the container
Refer the report for more information