Walter
Walter
Just read what versions you support: **10.11** and **10.12** :(
Hey @rajeshkanna777 , I'm not associated with Estimote or anything, but I have been developing an Android app with their SDK for about a month now. What I observe here...
Hey @rajeshkanna777, I was only addressing one of several problems with the code. However, if you upload your code to a repo and share me on it, then I would...
@viet2411 I was able to do this through Windows :) I had to do the following: 1. Download Mplayer for Windows here: [https://sourceforge.net/projects/mplayerwin/files/MPlayer-MEncoder/r38151/mplayer-svn-38151-x86_64.7z/download](https://sourceforge.net/projects/mplayerwin/files/MPlayer-MEncoder/r38151/mplayer-svn-38151-x86_64.7z/download) 2. Unzip the file via [7zip](https://www.7-zip.org/) 3....
I had to watch the video via Chrome, but I was able to fix this issue on Windows (see [comment here](https://github.com/hanyazou/TelloPy/issues/78#issuecomment-660214525))
The Tello doesn't have a GPS, you can't really know your point in space, but there is a provided estimate from your initial hover point (position after lift off). [#72...
See my comment here: [changing the directory for pictures and video ](https://github.com/hanyazou/TelloPy/issues/78#issuecomment-660214525) The above addresses both issues. I am currently working on a fork to make this platform independent and...
I'll be sure to throw that in there ;)
Did the brew install resolve your issues?
It could be something going on at these two places: - In keyboard_and_video.py, filename at [Line 57](https://github.com/hanyazou/TelloPy/blob/develop-0.7.0/tellopy/examples/keyboard_and_video.py#L57) uses an env variable that Python may not have initialized. I recommend making...