MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / printUsage

Function printUsage

Samples/NiBackRecorder/main.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52//---------------------------------------------------------------------------
53
54void printUsage(XnChar* strName)
55{
56 printf("%s "
57 "time <seconds> [depth [qvga|vga]] [image [qvga|vga]] [verbose] [mirror <on|off>] [registration] [framesync] [outdir <directory>]\n", strName);
58}
59
60XnMapOutputMode QVGAMode = { 320, 240, 30 };
61XnMapOutputMode VGAMode = { 640, 480, 30 };

Callers 1

ParseArgsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected