Please provide the following info (tick the boxes after creating this topic): Software Version
DRIVE OS 6.0.10.0
DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
Linux
QNX
other
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other
SDK Manager Version
2.1.0
other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
Issue Description
Hi i’m still wondering is there any other way to convert TSC SOF to UTC time, thanks!
Hi @SivaRamaKrishnaNV , i’m really appreciate your reply, but i’m not using dw API, i’m using nvsipl_camera and imageMetaData API to get FrameTimestamp, i’m figuring out how to convert frameCaptureTSC and frameCaptureStartTSC to system time with a reliable way, is ther any methods to do it ? thanks !
Hi @zhaoming.ge ,
Direct conversion to system time is not possible in nvsipl_camera.
How about getting TSC timestamp currently and system timestamp and then map with difference to every TSC timestamp obtained from nvsipl_camera. You can use nvpGetTimeMark to get TSC timestamp. Please see