- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using the gaze estimation demo to produce head position angles for a video, and I'm wondering if there's a way to also produce timestamps for each frame. OpenVINO appears to be using a different FPS than that of the actual video (30 FPS) so the timestamps I produced in a separate program are incorrect.
Any help would be greatly appreciated. Thank you!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Morgan1 what is the purpose for adding timestamps? If that is for watching frame by frame how gaze vector is changing, then you may try to add option like "-o out_frame_%04d.jpg" to the demo, and it will store the first 1000 frames as separate files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Vladimir_Dudnik I'm trying to track at what point in our video certain head movements are done, and I need the timestamps in order to determine what time in the video they occur. Because the FPS varies I wasn't able to calculate the timestamps separately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Morgan1 if your input is video file, then simple frame id should be enough to identify frame in video where event of interest occurs. Demo not skip frames during playback to maintain some certain FPS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Morgan,
This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.
Regards,
Syamimi

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page