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

Recent content by javaguy

  1. J

    Face tracking with tello and gocv

    This is all very interesting, thank you for the research! I'll for sure be taking a look through those to see if I can get any sort of practical object avoidance/detection application going. The AR drone is definitely a lot easier to develop on. A navigation program I made for that worked...
  2. J

    Face tracking with tello and gocv

    I did some experimentation with exactly this as well, but the short answer is, it isn't really possible with tello and openCV. The tello has no front facing sensor other than the camera, so there is no way to get the drones relative position in reference to an object - only an estimated...
  3. J

    Face tracking with tello and gocv

    Thanks DeadProgram for adding an extension of this to your gobot library. I'll look into what it takes to make this more user friendly and perhaps turn it into a phone app.
  4. J

    Object Recognition with Tello (Demo)

    Darn. I ran into lots of issues with face detection using the little CPU on my Mac. Had to make the image size super small.
  5. J

    Object Recognition with Tello (Demo)

    Thats a nice image classifier youve got there!
  6. J

    Face tracking with tello and gocv

    Could be used to track anything, you just need the proper image classifier files for it. The only thing is there may be some difficulty tracking large or far objects because the opencv image window is so small.
  7. J

    Face tracking with tello and gocv

    What OS are you on?
  8. J

    Tello. Whats possible?

    Video feed on desktop playing through mplayer is fantastic. I’d say better than the app.
  9. J

    Face tracking with tello and gocv

    Glad to hear.
  10. J

    Face tracking with tello and gocv

    hybridgroup/gocv Are you running this script in the same window you are running the tello program? The script has to be run for every new command prompt session.
  11. J

    Face tracking with tello and gocv

    Hi KrazeyKami, The tello driver files from the main gobot branch don't have exported fields for flight data, meaning things like battery percentage cannot be viewed from outside files. You will have to swap over to the dev branch by executing the following terminal commands: cd...
  12. J

    Face tracking with tello and gocv

    A video of the setup? Or a video of it doing the tracking. If @Krag allows, I should be able to add an OpenCV plugin for his android app, letting you do face tracking from there. First I've got to get his app working on my own phone though :p
  13. J

    Face tracking with tello and gocv

    You don't need to be next to your computer for the tracking to work. You just need to see the opencv window the first time you run the program, to verify that it works. Point the drone at your face and if you see a green square, youre good to go. After that, you can go anywhere (as long as you...
  14. J

    Unofficial, very early desktop app for flights

    The tello driver files from the main gobot branch don't have exported fields for flight data, meaning things like battery percentage cannot be viewed from outside files. You will have to swap over to the dev branch by executing the following terminal commands: cd $GOPATH/src/gobot.io/x/gobot git...

New Posts