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

Method isPropertySupported

src/openni2/DeviceDriver.cpp:273–278  ·  view source on GitHub ↗

todo: fill out properties

Source from the content-addressed store, hash-verified

271
272 // todo: fill out properties
273 OniBool isPropertySupported(int propertyId)
274 {
275 if (propertyId == ONI_DEVICE_PROPERTY_IMAGE_REGISTRATION)
276 return true;
277 return false;
278 }
279
280 OniStatus getProperty(int propertyId, void* data, int* pDataSize)
281 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected