Hi TI experts,
Now I am doing some work about parsing H3A data to optimize and develop our AE AWB and multi-gamma algorithms. But I am confused about how to parse the H3A data from VISS node according to codes marked in red in "vx_aewb_target.c", as the following figures show:
After I calculate the value of "p_h3a[k].red/ green/ blue" which also mean H3A data after normalized, the value range is [0, 68], in stead of [0, 255]. Because I think the accumulative sum of all pixels value in each window is stored as uint16_t, the maximum of data is 65535. In our using case, if the pix_in_pax is equal to 957 , the H3A range is equal to [0, 68] according to codes from function "h3a_normalize()" in "vx_aewb_target.c".
So could TI experts correct me if I am wrong?
Besides, I do not know what is the meaning of the following codes in function "parse_h3a_out" in "vx_aewb_target.c".
Thanks a lot.
Lu