TDA4AH-Q1: Rawimage data saving with metadata

Part Number: TDA4AH-Q1

Tool/software:

Hi Experts,

i am trying to save raw data with metadata using singe_cam application.

After going through the e2e links i have made code changes as below.

I am using AR0820 camera and no.of meta data above is 16 and below is 4.So i updated the file "iss_sensor_ar0820.c" as shown below

updated meta data before and after

16, /*meta_height_before*/

4, /*meta_height_after*/

Also changed width to 2180( 2160+20 meta lines)

And in raw image saving function (write_output_image_raw) i gave the buffer size as"TIVX_RAW_IMAGE_ALLOC_BUFFER"

After this when i am running the single_cam app i am not able to get the output rawimage with meta data .


Do i need to change any other settings?am i missing anything?


Is the buffer enum selected ("TIVX_RAW_IMAGE_ALLOC_BUFFER") is correct?

Thank you