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

M300 video streaming question #87

Open
neilyoung opened this issue Oct 10, 2022 · 0 comments
Open

M300 video streaming question #87

neilyoung opened this issue Oct 10, 2022 · 0 comments

Comments

@neilyoung
Copy link

Hi,

What I'm currently doing is to obtain the H.264 from the DJI SDK via the "onReceive" callback just to put it back to the SDK using "sendDataToDecoder". The resulting YUV coming to me via "onYuvDataReceived" is then used for further processing.

Now I found this https://sdk-forum.dji.net/hc/en-us/articles/4404231981465-How-to-get-the-stanard-H-264-video-stream-from-M300

This post suggests to use "provideTranscodedVideoFeed" in order to get "real" H.264 (containing SPS and PPS) from the initial H.264.

I'm not sure if that should concern me, that's why I'm asking here: Would I also have to use this "provideTranscodedVideoFeed" callback in order to get proper YUV frames on M300?

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

1 participant