Obtaining frame timestamps from QMediaRecorder()
Unsolved
General and Desktop
-
I want to use a slightly modified version of the example here to record videos for scientific experiments. I would like to get the timestamps for the frames saved to an accompanying text file (e.g.,
timestamps.csv
). Is there a way to obtain timestamps fromQMediaRecorder()
or any other way to timestamp theevent()
?