GUI made as part of internship at Genrobotics
- OpenCV 3.4.0
- Tkinter 8.6
- Raspbery Pi 3
-
Before running the code, connect a picamera to your Pi and connect a HC-SR04 sensor with echo pin at pin number 24 and trigger at pin number 23
-
Execute the main program
python main.py
The botutils package that is used to interface the camera and the sensor is based on the imutils package by Adrian Rosebrock