Question:

I wonder what the fifth and sixth columns mean about events.
Can't the DV platform set time stamps? For example, if I want to record a stream of events for three milliseconds, the maximum timestamp will be three milliseconds at most, and the minimum will not necessarily be zero, depending on when the event occurred.
In addition, do you have the internal matrix of DAVIS346 that has been calibrated? The result of my calibration varies greatly each time.
---
Answer:
The zeros at the end are due to zero-padding for better memory alignment (event is 13 bytes, but it's better to use multiples of 16, so 8bytes + 2 bytes + 2 bytes + 1 byte + 1 byte padding + 2 byte padding = 16 bytes). You can simply ignore the last 2 columns.
No, aedat4 timestamp from definition is a timestamp in UTC. DV can not set timestamps. It outputs the timestamps as the real time when the events happen. Timestamp "0" means January 1970.
The last question has been answered in the correct thread