Hello,
After finding out that the inline scaler in the VPSS cV4L2 capture path does not scale down data in the RGB24 format, we are thinking of alternatives.
The data is initially RGB24 and I think it can be correctly captured to RGB24, YUV422, NV12 by the V4L2 capture component 1:1 (without scaling it down).
We are now thinking of using the OMX scaler component (VFPC) for resizing.
Could you please clarify on the limitations of the OMX scaler in terms of:
1) Which formats does the OMX VFPC scaler accept?
2) Can we do both down-scaling and up-scaling?
3) Can we scale an arbitrary dimension to an arbitrary dimension (the way up and down)?
4) If not, what are the max & min dimensions at the scaler's input and output?
5) Again, if answer to 3) is "no", what is the step? Do we need to be a multiplication of a certain number for width and height?
Thank you for your help,
Przemek Gajos