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