This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: raw12 Unpacked

Genius 13655 points
Part Number: TDA4VM

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