You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a mobile app to drive the robomaster with the DJI Smart Controller. But I have a lot of struggle to decode the h264 video stream. is there a good solution or something you can provide me which would help me to decode and display the Videostream from the robomaster?
Thank you!!
The text was updated successfully, but these errors were encountered:
This might help you. I wrote some C code that uses libavcodec (and related libraries) to decode the h264 stream from the Robomaster. libavcodec is available for Android at least but even if you can't won't use it, this code might help you figure out how to do it using something else:
Hi Guys,
I'm working on a mobile app to drive the robomaster with the DJI Smart Controller. But I have a lot of struggle to decode the h264 video stream. is there a good solution or something you can provide me which would help me to decode and display the Videostream from the robomaster?
Thank you!!
The text was updated successfully, but these errors were encountered: