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.

How to configure resizer in ISP pipeline?

Other Parts Discussed in Thread: OMAP3530, TVP5146

Hello,

I have an OMAP3530 processor and I am able to capture video through the ISP. Now I want to include the resizer in this pipeline. So I tried to set up this pipline by using C code with Media Controller Framework ioctls (not media-ctl tool):

TVP5146 --> CCDC --> Resizer --> Resizer output

I tried setting the resizers input pad to the original format and its output pad to the desired format (e.g. smaller resolution). But apparently this doesn't work as expected as the resizer outputs the original size.

How can I actually include the resizer in my ISP pipeline?

Kind regards,

Andreas