Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TelloTV
TelloTV is a rather simplistic approach to be able to launch your Tello drone & hav it track your face. This approach has been tested & proven to work with the DJI Tello Drone (Non - Educational Version I believe, but may still work with the educational version?)

Tested with Python 3.6, but it also may be compatabile with other versions.
Tested with Python 3.6, but it also may be compatible with other versions.

## Example
https://youtu.be/esw88_gKOpA
Expand All @@ -18,10 +18,10 @@ $ pip install -r requirements.txt
use -d to change the distance of the drone. Range 0-6
(default: 3)
-sx SAFTEY_X, --saftey_x SAFTEY_X
use -sx to change the saftey bound on the x axis .
use -sx to change the safety bound on the x axis .
Range 0-480 (default: 100)
-sy SAFTEY_Y, --saftey_y SAFTEY_Y
use -sy to change the saftey bound on the y axis .
use -sy to change the safety bound on the y axis .
Range 0-360 (default: 55)
-os OVERRIDE_SPEED, --override_speed OVERRIDE_SPEED
use -os to change override speed. Range 0-3 (default:
Expand Down Expand Up @@ -77,3 +77,4 @@ This script has been adapted from Damià Fuentes Escoté's [TelloSDKPy](https://

#### Backend Thanks
- **Damià Fuentes Escoté**