Hi,
My board is DM8168 EVM.My sdk is EZSDK_5_05_02_00.Now i have a question.I want to scalar yuv420 to other resolution yuv420 image.Now i want to use omx componet,but i donot know how to do?
Regards,
tory
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
My board is DM8168 EVM.My sdk is EZSDK_5_05_02_00.Now i have a question.I want to scalar yuv420 to other resolution yuv420 image.Now i want to use omx componet,but i donot know how to do?
Regards,
tory
Hi Ram,
Thank you for your reply.
Yes ,i use IL client.Now I use DEI to scale 420sp. DEI can be created instance to scale 420sp.But the max instancesis 8.I need to get more instances.And when i create more tow instance to scale 420sp,one instance is ok,the other instance cannot to scale 420sp.Thank you.
tory
Hi Ram,
Thank you for your reply.
I had look at the decode_mosaicdisplay demo.This Demo use the scalar componet which is used to scale yuv420sp frame to yuv422i.But i want to scale yuv420sp frame to yuv420sp.So Do you have other advice?Thank you very much.
Hi Tory,
Please refer IL_ClientSetDeiParams function in ilClient_utils.c of capture_encode demo.
Here OMX_TI_IndexParamVFPCNumChPerHandle index is used to set the number of channels and
for each channel you can specify resolution using OMX_TI_IndexConfigVidChResolution index and setting chResolution.nChId = channel number.
Ram