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

Method GetMapOutputMode

Samples/NiSampleModule/SampleDepth.cpp:248–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248XnStatus SampleDepth::GetMapOutputMode( XnMapOutputMode& Mode )
249{
250 Mode.nXRes = SUPPORTED_X_RES;
251 Mode.nYRes = SUPPORTED_Y_RES;
252 Mode.nFPS = SUPPORTED_FPS;
253
254 return (XN_STATUS_OK);
255}
256
257XnStatus SampleDepth::RegisterToMapOutputModeChange( XnModuleStateChangedHandler /*handler*/, void* /*pCookie*/, XnCallbackHandle& hCallback )
258{

Callers 3

drawCropStreamFunction · 0.45
setResolutionFunction · 0.45
setFPSFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected