#include <XnCppWrapper.h>
Public Member Functions | |
FrameSyncCapability (XnNodeHandle hNode) | |
XnStatus | RegisterToFrameSyncChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback) |
void | UnregisterFromFrameSyncChange (XnCallbackHandle hCallback) |
XnBool | CanFrameSyncWith (Generator &other) |
XnStatus | FrameSyncWith (Generator &other) |
XnStatus | StopFrameSyncWith (Generator &other) |
XnBool | IsFrameSyncedWith (Generator &other) |
Allows access to Frame Sync capability functions. see Frame-Sync Capability for additional details.
Definition at line 1842 of file XnCppWrapper.h.
xn::FrameSyncCapability::FrameSyncCapability | ( | XnNodeHandle | hNode | ) | [inline] |
XnBool xn::FrameSyncCapability::CanFrameSyncWith | ( | Generator & | other | ) | [inline] |
Checks if this generator can frame sync to another node.
For full details and usage, see xnCanFrameSyncWithDefinition at line 4512 of file XnCppWrapper.h.
XnStatus xn::FrameSyncCapability::FrameSyncWith | ( | Generator & | other | ) | [inline] |
Activates frame sync with the other node.
For full details and usage, see xnFrameSyncWithDefinition at line 4517 of file XnCppWrapper.h.
XnBool xn::FrameSyncCapability::IsFrameSyncedWith | ( | Generator & | other | ) | [inline] |
Checks if current view point is as if coming from the other node view point.
For full details and usage, see xnIsFrameSyncedWithDefinition at line 4527 of file XnCppWrapper.h.
XnStatus xn::FrameSyncCapability::RegisterToFrameSyncChange | ( | StateChangedHandler | handler, |
void * | pCookie, | ||
XnCallbackHandle & | hCallback | ||
) | [inline] |
Registers a callback function to view point changes.
For full details and usage, see xnRegisterToFrameSyncChangeDefinition at line 1875 of file XnCppWrapper.h.
XnStatus xn::FrameSyncCapability::StopFrameSyncWith | ( | Generator & | other | ) | [inline] |
Stops frame sync with the other node.
For full details and usage, see xnStopFrameSyncWithDefinition at line 4522 of file XnCppWrapper.h.
void xn::FrameSyncCapability::UnregisterFromFrameSyncChange | ( | XnCallbackHandle | hCallback | ) | [inline] |
Unregisters a callback function which was registered using xnRegisterToFrameSyncChange().
For full details and usage, see xnUnregisterFromFrameSyncChangeDefinition at line 1883 of file XnCppWrapper.h.