Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 569 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 569 Bytes

Pytello

This is ArUco Detector with python OpenCV and DJI Tello drone

Prerequisities:

OpenCV:

pip install opencv-python

TelloPy:

pip install tellopy

The tello file is burrowed from hanyazou's tellopy library This library makes up for its lack of feature with very low latancy in videostream.

Simpful:

pip install simpful

Simpful is found here

I could use fuzzylite though it is not recommended as this one is far easier to use.