Repository with python scripts to gather data and control an E88 pro drone. It doesn't matter wich camera version you have, since it's always the same resolution (640x480p).
pip install opencv-python socket Pillow numpy pynput
This script will process the mjpeg-like stream and modifys it until it can be displayed in opencv. Be aware to use the correct ip address of your pc for testing in line 10. The port you use doesn't matter.
video.bind(("192.168.4.100", 19797))
The script now includes Haar Cascade Classifier, to find eyes and faces of persons in the live video feed.
This script tries to control the drone via keyboard. Not fully operational yet.
Licensed under MIT License.