Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ Recorder
Method
Recorder
tools/streamer_recorder/recorder.cpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
#include <iomanip>
30
31
Recorder::Recorder() : timeStamps(MAX_FRAME_ID)
32
{
33
}
34
35
// get initial time in ms
36
int Recorder::getMilliCount()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected