Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6709 Discussions

How to get the decode YUV data from VideoData's internal data members ?

mozartisme
Beginner
257 Views

I find the sample decode code all like this:

dec.GetFrame(&in, &out);

...

dst.GetRenderFrame();

However I want to get the decoded YUV data from VideoData "out ". How to do that ?

Thank you!

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
257 Views

Hello,

decoded video data are available through pointers inside VideoData object (see apropriate data members in VideoData)

Regards,
Vladimir

0 Kudos
Reply