The sample code is ported from https://github.com/dji-sdk/Tello-Python/tree/master/Tello_Video.
- Python 3.7
- h264decoder
pip install -r requirements.txt
Get a valid license from https://www.dynamsoft.com/customer/license/trialLicense and then update the code:
self.reader.init_license('LICENSE-KEY')
Run the GUI app:
python main.py
How to Make Tello Drone Capable of Barcode Scanning through Python