TelloForUnity icon indicating copy to clipboard operation
TelloForUnity copied to clipboard

Video decoder does not work on Quest 3

Open PepperXu opened this issue 9 months ago • 0 comments

Thanks a lot for this project!

Currently I am trying to build this for Meta Quest 3 with Open XR and Meta XR SDK. However, the video decoder does not work with the android build on Quest 3.

In fact, it only works when built using Mono scripting backend and ARMv7, but will issue a "TelloVideoDecoder not found" error when built with IL2CPP and ARM64, although the tellovideodecoder.so exists in the unpackaged APK file.

It would be really helpful you give some hints on how to work around this! Also, may I know if it is feasible to use POPH264 to decode tello video on native android?

Thanks!

PepperXu avatar Apr 14 '25 12:04 PepperXu