Problem getting image timestamps with ArducamEvkSdk

  1. Where did you get the camera module(s)?
    arducam.com

  2. Model number of the product(s)?
    EK030

  3. What hardware/platform were you working on?
    108MP Evaluation Kit
    Jetson Xavier NX

  4. Instructions you have followed. (link/manual/etc.)
    The README on the ArducamEvkSdk git repo.

  5. Problems you were having?
    I’m not able to get timestamps with the images captured using the c API of the ArducamEvkSdk.
    I’ve added the line printf("Timestamp: %d\n", image.timestamp); to the capture loop of the c API “simple” example of the ArduCam_EVK_Demo. The only number that is ever printed is Timestamp: 127 over and over again.

What are possible causes for this problem and how can it be fixed?