MCPcopy 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
31Recorder::Recorder() : timeStamps(MAX_FRAME_ID)
32{
33}
34
35// get initial time in ms
36int Recorder::getMilliCount()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected