pub unsafe extern "C" fn vsl_camera_buffer_timestamp(
    buffer: *const vsl_camera_buffer,
    seconds: *mut i64,
    nanoseconds: *mut i64
)
Expand description

Reads the timestamp of the camera buffer into @param seconds and @param nanoseconds. The seconds are relative to the monotonic time when the frame was captured, nanoseconds are the sub-seconds in nanoseconds.