Hello Champs,
Customer is using TDA4VM SDK 7.3. The input raw data for the camera on his board is raw12. He has a question about the comment "Supports only RAW12b Unpacked format" in write_output_image_raw function.
vx_int32 write_output_image_raw(char * file_name, tivx_raw_image raw_image)
{
......
vx_uint32 num_bytes_per_pixel = 2; /*Supports only RAW12b Unpacked format*/
......
}
The code uses raw16 format directly, so there is some code converting raw 12 to raw16? or it is just padded.
Thanks
Regards,
Shine