Software Version
DRIVE OS Linux 6.0.8.1 and DriveWorks 5.14
Hardware Platform
DRIVE AGX Orin
Hi, we are in a migration process from DriveOS 5 to 6. In DriveOS 5 code we use captureTimeStamp and captureGlobalTimeStamp of NvMediaImage. As I see in DriveOS 5 captureGlobalTimeStamp is present in ImageMetaData too. But in DriveOS 6 it was removed even from ImageMetaData.
In the migration guide all you mention is that they were removed in 6.0.6.0. Is there a way to get/calculate these timestamps somehow under DriveOS 6.0.8.1?
Thank you, kind regards,
Adam
Dear @AdamBalazsVay,
SIPL populates frameCaptureStartTSC (Holds the TSC timestamp of the start of frame for capture.) and frameCaptureTSC (Holds the TSC timestamp of the end of frame for capture). Could you check using them?
1 Like
Dear @SivaRamaKrishnaNV,
Thank you for your reply. Yes, we have found those fields, but they are TSC timestamps, so they depend on the clock speed right? So the conversion to struct timespec is not straightforward. Could you please help us how we can convert them to struct timespec?
Hi @SivaRamaKrishnaNV,
Do you have any update on this? It blocks our transition to DriveOS 6, so any help would be highly appreciated.