- Joined
- May 12, 2019
- Messages
- 3
- Reaction score
- 0
Hello,
I am trying to display the video on my android app. I have been able to send the commands and receive the state of the Dji Tello drone but I am having issues to display the video on my android app. I have decided to use OpenCV to do decoding from H.264, but I still do not have success. Please see a glance of what I tried to do.
How to display video from a UDP socket using OpenCV in Android? (DjiTello)
I am trying to get the video that is streamed from the drone Dji Tello. It streams through a UDP socket on IP address 0.0.0.0 and on port 11111. I am trying to display the video on a surfaceview, ...
stackoverflow.com
How could I accomplish this?
Thanks
I am trying to display the video on my android app. I have been able to send the commands and receive the state of the Dji Tello drone but I am having issues to display the video on my android app. I have decided to use OpenCV to do decoding from H.264, but I still do not have success. Please see a glance of what I tried to do.

How to display video from a UDP socket using OpenCV in Android? (DjiTello)
I am trying to get the video that is streamed from the drone Dji Tello. It streams through a UDP socket on IP address 0.0.0.0 and on port 11111. I am trying to display the video on a surfaceview, ...
How could I accomplish this?
Thanks