diff --git a/Tello_Video/tello.py b/Tello_Video/tello.py index 0b94952..60e4136 100644 --- a/Tello_Video/tello.py +++ b/Tello_Video/tello.py @@ -2,7 +2,7 @@ import threading import time import numpy as np -import libh264decoder +import h264decoder class Tello: """Wrapper class to interact with the Tello drone."""