microsoft / HoloLens2ForCV

Sample code and documentation for using the Microsoft HoloLens 2 for Computer Vision research.
MIT License
479 stars 144 forks source link

StreamRecorder Timestamp #140

Closed sgessman closed 1 year ago

sgessman commented 2 years ago

I have read through all the threads regarding the frames being out of sequence when using the stream recorder app and have a few questions: 1.) how do I get the timestamp displayed on each frame 2.) can someone please link another repo that provides a unity based solution to streamresearch mode data from the HL2 device to a laptop wirelessly? By my understanding this makes it so the data does not encounter the "jerkiness" issue 3.) Where in the code can I edit the frame rate and try to make the timestamps more accurate?

Thank you!