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?
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
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.