How to setup hw isp to convert yuv sensor image to rgb888 using custom coefficients?

we want to convert yuv image from sensor to rgb using custom coefficients:
sensor --yuv–> VI → ISP --custon coefficients → RGB → SIPL ouput

is it possible to setup hw isp to do so?

ISP don’t support YUV sensor.
Maybe you can try below.

sensor->VI->nvvidconv->RGBA-> …

so, it’s only possible to use the vic engine to do the conversion?

Yes, that’s correct.

Thanks

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.