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

Recent content by seahope

  1. S

    Face tracking with tello and gocv

    All, I have taken javaguy's code and stripped out the joystick handling code as the bluetooth joystick I bought only works with my phone and not my mac and I don't own any consoles. As there is no joystick required I have added an additional parameter which is the time before the drone lands...
  2. S

    CONTROLLERS - PLEASE READ BEFORE YOU BUY!

    I am running the Mad Cat CTRLi with an iPhone 7Plus and it works well
  3. S

    Face tracking with tello and gocv

    My Trello arrived today and I have just built the FaceDetect code on my Mac. I did encounter a compilation problem. If anyone else hits this error: go run facetracking.go # command-line-arguments ./facetracking.go:118:30: multiple-value gocv.NewMatFromBytes() in single-value context Change...
  4. S

    Distance Measuring

    Hi, I have just ordered my Trello and will then see how I can use gocv to do thing on my Mac. I recently ported this to a RPi 3 and it does work but not as well as on a Mac. Having the drone follow me by identifying my face (seen that has been done) and then following me as I move would be...