Tool/software:
Hi,
I'm trying to understand how the Image Signal Processing (ISP) is handled in the TI VISS module. Specifically, I am interested in how TI VISS processes imaging data(imaging folder) and performs conversions, such as from RAW to NV12 format. While exploring the hardware-accelerated kernel (HWA kernel) of VISS in the TIOVX framework, I noticed that input and output parameters are set during the VISS create function, and an FVID2 driver request is only made in Viss Process function
Could you please explain the relation or reference documents related to TI VISS and TIOVX ISP? This information would help me understand the detailed processing flow and the specific steps involved in RAW to NV12 format conversion within TI VISS.
Thank you.