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.

[FAQ] Supporting more than 32 bit timestamp in capture node

We use TDA4 to capture YUV422 data.

We use  PSDK_V07.00.00.

We add log to print timestamp in the API tivxCaptureGetObjDesc().

We find timestamp will overflow when timestamp passes 0xFFFFFFFF.

Timestamp will become to 0x0.

We find sizeof (pending_frame_timestamp_free_q_mem) is 4 Byte.

It can not save 8 Byte (uint64_t)tmp_timestamp data.

How can we solve it ?