Hi guys, I have developed an app with Python and Kivy to manage the TelloEDU. On PC everything is working fine but on my android I can't get the image from the drone.
The problem is on get_frame_read().frame, displaying this error on the android logcat: failed to stat file: udp://@0.0.0.0:11111 (No such file or directory) and Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE)
Why on PC is working fine and then on mobile not? Is there an incompatibility with openCV and android? Maybe I have to add some persimion on the buildozer for the udp conexion?
Ty
The problem is on get_frame_read().frame, displaying this error on the android logcat: failed to stat file: udp://@0.0.0.0:11111 (No such file or directory) and Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE)
Why on PC is working fine and then on mobile not? Is there an incompatibility with openCV and android? Maybe I have to add some persimion on the buildozer for the udp conexion?
Ty
Last edited: