Skip to content

Computer frozen after call tello.streamon() #242

@Gfernandes10

Description

@Gfernandes10

Hello I'm trying to use the library in an ubuntu 20.04 environment. I tried djitellopy 2.4.0 and 2.5.0.

My problem is that whenever I call streamon() my computer freezes and I can't do anything but reboot my machine. I don't even receive the command status ok after call this method because everything is frozen. Any clue of what could be it?

Thanks!

this is what I do:

from djitellopy import Tello

tello = Tello()

try:
    tello.connect()
    try:
        tello.streamon()
    except Exception as stream_exc:
        print("Erro ao ativar/desativar o stream:", stream_exc)
except Exception as e:
    print("Erro ao conectar ao Tello:", e)
finally:
    tello.end()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions