-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Manuel Perez edited this page Apr 25, 2021
·
3 revisions
Ubuntu 20, ROS Noetic and Python 3.8 have been used for development.
This library is not tested in DJI Tello EDU version, only normal.
- OpenCV - Open Source Computer Vision Library.
sudo apt install libopencv-dev python3-opencv
- H264 decoder - For Python, install this library found in third party folder.
sudo apt install libswscale-dev libavcodec-dev libavutil-dev
Please visit here for documentation.