Hi,
I am working with dwSensor_getStats API for gathering sensor statistics.
I couldn’t find description what is dropped event and what is error event ?
Also, when working with camera sensor over serializer - the timestamps are taken at the camera sensor ? or at the frame arrival after serializer ?
Regards,
Ron
Dear @ron.persky,
The timestamps are written by kernel once frame is written to memory.
Thanks you.
What about error and drop events ? What is the definition of error frame ? What is the definition of drop frame ?
Dear @ron.persky,
Frame drops: Account for the number of dropped frames after capturing them at CSI due to lack of space in the
Frame errors: Could be because of I2C transmission failure, CSI input stream failure, CSI frame discontinuity or any other internal failures.
So both drops and errors capture different types of failures