MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / isImageRegistrationModeSupported

Method isImageRegistrationModeSupported

src/openni2/DepthStream.cpp:101–101  ·  view source on GitHub ↗

from StreamBase

Source from the content-addressed store, hash-verified

99
100// from StreamBase
101OniBool DepthStream::isImageRegistrationModeSupported(OniImageRegistrationMode mode) { return (mode == ONI_IMAGE_REGISTRATION_OFF || mode == ONI_IMAGE_REGISTRATION_DEPTH_TO_COLOR); }
102
103OniBool DepthStream::isPropertySupported(int propertyId)
104{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected