duncanmix
Results
1
comments of
duncanmix
I have the same problem but in this case i'm using windows, I changed this self.drone = tellopy.Tello(start_recv_thread=not self.use_multiprocessing) to this self.drone = tellopy.Tello(self.use_multiprocessing) because of a multiprocessing issue. There...