| 246 | } |
| 247 | |
| 248 | XnStatus 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 | |
| 257 | XnStatus SampleDepth::RegisterToMapOutputModeChange( XnModuleStateChangedHandler /*handler*/, void* /*pCookie*/, XnCallbackHandle& hCallback ) |
| 258 | { |
no outgoing calls
no test coverage detected