DJI Tello SDK environment setup (windows)

tags: DJI

Install Python2.7

download link:https://www.python.org/

Select the default settings during installation. Check all the check boxes. Remember to use the installation path to configure the environment.

Install Pycharm (IDE)

download link:https://www.jetbrains.com/pycharm/download/#section=windows

Just select the free community version, check all the check boxes during installation, and the rest of the default settings

Configure IDE

When you enter the interface for the first time, you will choose whether to install MD and VIM.

Install windows support package for python2.7:https://www.microsoft.com/en-us/download/details.aspx?id=44266 default setting

Restart the IDE to load the tello SDK package

If you cannot call the python command, you need to configure the python environment variable in the terminal: path=%path%; C:/Python27 (after the semicolon is the installation path of python)

Intelligent Recommendation

Super simple video implementation of DJI tello drone (very little code)

It has been a year since the DJI tello drone came out, and the function of viewing videos with PCs was only opened this year. After 2 days of exploration, it was finally realized in a simple way. I da...

Setup the development environment (windows)

The first step, whether it is Windows or linux need to upgrade pip Source: python -m pip install --upgrade pip A, Window 10 platform:   (1)     Virtualenv installation: pip install virt...

Flutter environment setup (Windows)

Flutter environment setup (Windows) Install Flutter Use mirror System Requirements Get the Flutter SDK Update environment variables Run flutter doctor command At last Install Flutter The installation ...

Python environment setup (Windows)

download First download Python,Official website download,Claim *.exe Executable program. If the website is not accessible, you can go to other websites to download, such as:。 installation Very simple,...

go windows environment setup

go windows environment setup More dry goods Distributed combat (dry goods) spring cloud actual combat (dry goods) mybatis actual combat (dry goods) Spring boot actual combat (dry goods) Getting starte...

More Recommendation

appium for windows environment setup

Original: I have been researching appium recently. It is said that I can use a set of code to break down 2 platforms. I tried it myself, but there is very little information on the Internet. First pos...

VUE Windows environment setup

1. Need to install node.js, detailed steps http://www.runoob.com/nodejs/nodejs-install-setup.html 2. After node is installed, because npm will be very slow in China, it is recommended to install Taoba...

Spark environment setup-windows

Spark environment setup-windows 1. Preconditions JDK has been installed (version 1.8 is recommended) and environment variables have been set. Second, install Spark SparkThe installation is very simple...

PHP environment setup-windows

Prepare the compressed package of Apache and php: Link: https://pan.baidu.com/s/1xCLkkOwi-A3R8OEyfTen3A Extraction code: whjj Install Apache 1. Modify the httpd.conf configuration under the Apache24\c...

Redis Windows environment setup

Introduction Redis is an open source (BSD license), memory storage data structure server that can be used as a database, cache and message queue agent. It supports data types such as strings, hash tab...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top