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

Method GetLowLightCompensationCap

Include/XnCppWrapper.h:4587–4590  ·  view source on GitHub ↗

* Gets an @ref GeneralIntCapability object for accessing Low Light Compensation functionality. * It is the application responsibility to check first if @ref XN_CAPABILITY_LOW_LIGHT_COMPENSATION * is supported by calling @ref IsCapabilitySupported(). */

Source from the content-addressed store, hash-verified

4585 * is supported by calling @ref IsCapabilitySupported().
4586 */
4587 inline GeneralIntCapability GetLowLightCompensationCap()
4588 {
4589 return GeneralIntCapability(GetHandle(), XN_CAPABILITY_LOW_LIGHT_COMPENSATION);
4590 }
4591
4592 /**
4593 * Gets an @ref AntiFlickerCapability object for accessing Anti Flicker functionality.

Callers 3

Calls 2

GetHandleFunction · 0.85

Tested by

no test coverage detected