* 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(). */
| 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. |
no test coverage detected