Hello All.
I want to test some H.264 Encoder features like ROI-Encoding using EZSDK 5.05.
To test ROI Encoding features using EZSDK 5.05, I think I need to pass the meta data using inArgs at xxxxxx_process() api.
But I can't any encoder-related process() apis in capture-encode omx example.
How can I pass some meta datas in place of inArgs for every frame?
Another way, is it possible to create application that capture-encoder example without omx component?
In this case, I think I can handle encoder-related process() api in my hands.
Is there any example code for capture-encode application without omx component?
Jongpil.