Go to the source code of this file.
Namespaces | |
namespace | fovis_example |
Defines | |
#define | CHECK_STATUS(rc, msg) |
#define CHECK_STATUS | ( | rc, | |
msg | |||
) |
if((rc) != XN_STATUS_OK) { \ fprintf(stderr, "%s: %s\n", (msg), xnGetStatusString(rc)); return false; }
Definition at line 5 of file fv-example-openni/data_capture.cpp.