-
Notifications
You must be signed in to change notification settings - Fork 31
Streamon Error #15
Comments
Hi, what OS are you using? This seems to be an issue with calling openCV so the environment may come into play |
Hi Virodroid, I'm using Mac os. |
I haven't been able to test easyTello on MacOS yet. Perhaps it doesn't like the way I'm calling OpenCV. I'll see if I can track down a Mac to do some testing on in future. Everything seems to work fine on Windows 10 and Ubuntu |
Comments Hi, I was trying to get the example.py to work, but video stream does not seem to work. I am using python 3.6.9 on Mac OS. This is my stdout: pygame 1.9.4 Thanks! Hi, I'm getting a similar error when trying to switch on the stream. Interestingly, I am able to extract frames out of it using the following code - And the frames are being stored correctly. Can someone please help out why the videostream is not being displayed in a separate window. |
Exactly the same issue here. Any progress on this please? |
Me too, I try too run it with macOS, |
Tengo el mismo problema.... ¿Has encontrado alguna solución? |
@Virodroid i get the same errors and issue. seems like all 3rd party tello libraries needs to be updated, maybe caused by latest tello firmware update |
Having the same issue here. Any news on this? |
@Virodroid any updates on this issue? |
Unfortunately, I'm not currently in possession of a DJI Tello to continue development of this library. So I won't be able to make or test any updates going forward. That's why this repo isn't really under "active" development anymore. |
Turns out the issue for me was that opencv was opening windows in a separate thread. MacOS does not allow (or work well with) GUI operations outside the main thread. Workaround was to move all GUI operations to the main thread. |
I'm trying to use the streamon function, it seems to open up, however it gives me an error message and the programs stops.
My code is given below, would appreciate a response on a possible fix.
The text was updated successfully, but these errors were encountered: