Hardware camera snyc pulses

Hello,
I have a Jetson Nano with an IMU and a raspicam v2.1. Both sensors works fine.
Now I am trying to synchronize the IMU data coming from I2C and the raspicam v2.1 frames coming from the CSI port. To do so I need to know at what time each frame of the camera has been recorded (under 2ms accuracy).

Apparently on the Raspberry pi, it is possible to receive the FRAME START and FRAME STOP flags of every camera frame on the GPIO (Hardware camera sync pulses - Raspberry Pi Forums).
You can also find some clarification of how this is achieved here: Hardware camera sync pulses - Page 2 - Raspberry Pi Forums

Is there a way to achieve that on the Jetson Nano?

Thanks.

Sorry, Nano don’t have this kind of design.
For frame sync you can only read the timestamp to reference for nano.