Tello_object_detection_demo_application
Tello_object_detection_demo_application copied to clipboard
Video decode issue on API 26
Hi there,
I was working on replicating your code on my own Android Application decode the video stream and ran into an issue where there were green vertical lines with a green bar at the top. I thought this was an issue in my end, transferring the algorithm in this repo, but I cloned the application and found the exact same issue.
Note, that to run this app I had to change the minimum SDK from 27 to 26, as that is what my device was - so maybe that is what is causing both of these issues. I'm planning to see if theres anything related to MediaCodecList that might help.