Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robomaster h264 decoding for Android Mobile App ?! #71

Open
Vinz1911 opened this issue Jun 9, 2022 · 1 comment
Open

Robomaster h264 decoding for Android Mobile App ?! #71

Vinz1911 opened this issue Jun 9, 2022 · 1 comment

Comments

@Vinz1911
Copy link

Vinz1911 commented Jun 9, 2022

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!!

@brunoga
Copy link

brunoga commented Jun 9, 2022

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:

https://github.com/brunoga/robomaster/tree/master/sdk/modules/video/internal/h264

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants