Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Recent content by eliaxelang007

  1. eliaxelang007

    Tello Library for Dart - ryze_tello

    Hi Emmanuel! Sorry for taking a while to reply, I got busy with school. I'll try to throw together a video tutorial this weekend : D
  2. eliaxelang007

    Tello Library for Dart - ryze_tello

    Hi Emmanuel! Unfortunately, I haven't added any video related functionality to my library except for the ability to start and stop the Tello's video feed. Even so, I might have a few ideas about how you could show your Tello's live feed in your app. As per my documentation, Starts the...
  3. eliaxelang007

    Tello Library for Dart - ryze_tello

    Hi guys! I've built a Tello library for Dart; I've been using it for some time now for personal projects but I figured I'd share it with you import 'package:ryze_tello/ryze_tello.dart'; void main() async { late final Tello tello; try { /* Initializing */ tello = await...