nobu835
nobu835
(The last update was two years ago, so maybe no one is interested in this,) The easiest way to play Tello videos with the lowest latency using Python 3 is...
Hi If you're having trouble getting video, try this: https://github.com/dji-sdk/Tello-Python/issues/98 if you want to use YOLOv8, here is a sample: (It's a bit simplified and not practical.) ```py from ultralytics...
For problems that turn blue, try this: ```py frame = drone.read() frame = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) ```
Hi you can use h264decoder: https://github.com/DaWelter/h264decoder Please note that you will need to modify the code when building it. Please refer to this post (I wrote this post). https://github.com/meekworth/pylwdrone/issues/10#issuecomment-2396154826 finish...
I've heard that the cause of such problems is that DJI only creates libraries for python2 and is not compatible with python3. It takes about an hour to build (or...