I am using X4M03 using MATLAB API. Is there a way to obtain exact timestamps when the radar frame is obtained at the radar with millisecond accuracy?
Hi Manikanta Using the Dataplayer class to playback your data, you can call the function get_position() and it will return the player's current position specified as number of milliseconds. Have a great day! -- Aksel