Hi,
I want to get more sharpness image output at software mosaic in the RDK 02.80.00.10, I see the function "SwMsLink_drvSelectScCoeffs" seems can be do that. Anyone can help me know how to make it?
Thanks
Jacson
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,
I want to get more sharpness image output at software mosaic in the RDK 02.80.00.10, I see the function "SwMsLink_drvSelectScCoeffs" seems can be do that. Anyone can help me know how to make it?
Thanks
Jacson
Hi,
I find a code wrong in the below function, it always select VPS_SC_US_SET as the coeffId. I try to correct the code but swMs output an strange image at particular coeffId setting. Does any TI expert can give me a comment?
Int32 SwMsLink_drvSelectScCoeffs (SwMsLink_Obj * pObj)
{
...
for(coeffId=VPS_SC_US_SET;coeffId==VPS_SC_DS_SET_3_16; coeffId--)
{
if( inH*numerator <= outH*denominator )
break;
numerator--;
}
...
}
Hi,
If you just want to do 1x scaling, you can 1x scaling coefficients, these coefficients will make sure that the pixel value is unchanged..
Thanks,
Brijesh Jadav
Hi,
Also, please select the scaling coefficients based on the scaling ratio. Otherwise, you may get this kind of sharpness issues.
Thanks,
Brijesh Jadav