![]() |
OpenNI 1.5.4
|
#include <XnCppWrapper.h>
Allows access to Anti Flicker capability functions. see Anti Flicker Capability for additional details.
Usage: Do not instantiate directly. Instead, use MapGenerator::GetAntiFlickerCap() to obtain an instance.
|
inline |
Ctor
[in] | hNode | Node handle |
|
inline |
|
inline |
Gets the power line frequency. For full details and usage, see xnGetPowerLineFrequency
|
inline |
Registers an event handler for the 'Power Line Frequency Change' event.
[in] | handler | Callback function to be invoked when the event is raised. |
[in] | pCookie | User's cookie, to be delivered to the callback. |
[out] | hCallback | Handle to the callback to be used for unregistering it. |
For full details and usage of the parameters, see Registering to Events.
|
inline |
Sets the power line frequency: 50 Hz, 60 Hz, or 0 to turn off anti-flicker. For full details and usage, see xnSetPowerLineFrequency
|
inline |
Unregisters the event handler for the 'Power Line Frequency Change' event.
[in] | hCallback | Handle received from registration. |
For full details and usage of the parameter, see Unregistering from Events .