-
#参考にしたドローン画像
[Ryze Tech Tello (JP) カメラ付ドローン 子供用 小型 空撮用 TELLO](https://www.biccamera.com/bc/item/6621239/?source=googleps&utm_content=001120048&utm_source=ssc&utm_medium=cpc&utm_campaign=UC_SK_5_came…
-
Good afternoon,
My name is Simão Franco Jones, and I am using a DJI Ryze Tello EDU drone for a project.
I am programming the drone in Python 3.10 and the drone seems to be able to take off and movin…
-
The `FlightData` struct fields use a lot of abbreviations and don't have descriptions. What is `EmOpen`? `ElectricalMachineryState`? `FlyMode`? `FrontLSC`? `ImuState`? What are the possible values for…
-
Hi all ! could plz help me solve the problem? (My drone is Tello EDU)
I use
ap 'wifi name' 'passward' ( i also chek the tello really ip state in my code)
command
streamon
ffplay -f h264…
-
I'm trying to run TelloVideo under Ubuntu 20.04 LTS with no success.
While importing libh264decoder (compilation went OK, just some warnings), I got:
```
Exception has occurred: ImportError
/l…
-
Hello, my Tello drone does not seem to be reporting a correct velocity in the x direction. My code looks like:
```python
from djitellopy import Tello
from threading import Thread
import time
…
-
I'm trying to use the [mission pads](https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20Mission%20Pad%20User%20Guide.pdf) that come with the Tello EDU.
The Mission Pads requires using the offi…
-
Hi,
Python 2.7 has reached its End Of Life. Its at least no longer supported. OpenCV won't install using pip (on a raspberry pi at least) even from the additional repository. Pip3 installs OpenCV (…
-
Is the DJITelloPy compitable with the dji mini 3 ?
-
I want to access the downward camera but the function set_video_direction(Tello.CAMERA_DOWNWARD) does not work for my drone.
this is the response :
Traceback (most recent call last):
File "D:\Use…