OpenNI 1.3.2
|
#include <XnCppWrapper.h>
Allows access to Frame Sync capability functions. see Frame-Sync Capability for additional details.
|
inline |
Ctor
hNode | [in] Node handle |
|
inline |
|
inline |
Checks if this generator can frame sync to another node.
For full details and usage, see xnCanFrameSyncWith
Activates frame sync with the other node.
For full details and usage, see xnFrameSyncWith
|
inline |
Checks if current view point is as if coming from the other node view point.
For full details and usage, see xnIsFrameSyncedWith
|
inline |
Registers a callback function to view point changes.
For full details and usage, see xnRegisterToFrameSyncChange
Stops frame sync with the other node.
For full details and usage, see xnStopFrameSyncWith
|
inline |
Unregisters a callback function which was registered using xnRegisterToFrameSyncChange().
For full details and usage, see xnUnregisterFromFrameSyncChange