Definition of PX2 image timestamp

Hi @cjluo,
following the documentation link on my previous comment, regarding what is the source of NvMediaGlobalTime:

NvMediaIPPManagerSetTimeSource api is used for the client application to establish a callback function to provide an absolute global time. When a frame is received by the capture component, it calls this function to get the absolute global time and stores this timestamp to the image.
If the application does not establish a callback function, NvMedia IPP uses the kernel based timestamp obtained from ktime_get_ts() function to get the clock monotonic time.

also, please consider going through these topics:

if the above does not answer your question, can you elaborate on your challenge that you want to solve?