| 57 | } |
| 58 | |
| 59 | XnBool SampleDepth::IsCapabilitySupported( const XnChar* strCapabilityName ) |
| 60 | { |
| 61 | // we only support the mirror capability |
| 62 | return (strcmp(strCapabilityName, XN_CAPABILITY_MIRROR) == 0); |
| 63 | } |
| 64 | |
| 65 | XnStatus SampleDepth::StartGenerating() |
| 66 | { |
no outgoing calls
no test coverage detected