#include <XnCppWrapper.h>
Allows access to Hand touching FOV edge capability functions.
Usage: Do not instantiate directly. Instead, use HandsGenerator::GetHandTouchingFOVEdgeCap() to obtain an instance.
◆ HandTouchingFOVEdge
Callback for the hand getting close to the edge of the FOV
- Parameters
-
[in] | touchingfov | the hand touching fov edge capability that raised this event. |
[in] | user | ID of the hand that disappeared. |
[in] | pPosition | Position of the hand. |
[in] | fTime | Timestamp, in seconds. |
[in] | eDir | Direction of the FOV touched |
[in] | pCookie | User-provided cookie that was given when registering to this event. |
◆ HandTouchingFOVEdgeCapability() [1/2]
xn::HandTouchingFOVEdgeCapability::HandTouchingFOVEdgeCapability |
( |
XnNodeHandle | hNode | ) |
|
|
inline |
◆ HandTouchingFOVEdgeCapability() [2/2]
xn::HandTouchingFOVEdgeCapability::HandTouchingFOVEdgeCapability |
( |
const NodeWrapper & | node | ) |
|
|
inline |
◆ RegisterToHandTouchingFOVEdge()
Registers an event handler for the 'Hand Touching FOV Edge' event.
- Parameters
-
[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.
◆ UnregisterFromHandTouchingFOVEdge()
void xn::HandTouchingFOVEdgeCapability::UnregisterFromHandTouchingFOVEdge |
( |
XnCallbackHandle | hCallback | ) |
|
|
inline |
Unregisters an event handler for the 'Hand Touching FOV Edge' event.
- Parameters
-
[in] | hCallback | Handle received from registration. |
For full details and usage of the parameter, see Unregistering from Events .
The documentation for this class was generated from the following file: