XBMCMove 1.0
Controlar o XBMC com gestos
|
#include "callbacks.h"
Go to the source code of this file.
Defines | |
#define | CHECK_RC(nRetVal, what) |
Functions | |
void | CleanupExit () |
int | initKinect () |
float | getJointImgCoordinates (const SkeletonCapability &skeletonCapability, const XnUserID userId, const XnSkeletonJoint skeletonJoint, float *v) |
int | carregarKinect () |
void | iniciar () |
XnStatus | getStatus () |
void | gestoFinal () |
void | gestoVolume () |
void * | updateC (void *threadid) |
void * | update (void *threadid) |
File: kinect.h Author: Diogo Luiz da Silva
Arquivo contendo funções relativas ao dispositivo
Definition in file kinect.h.
#define CHECK_RC | ( | nRetVal, | |
what | |||
) |
int carregarKinect | ( | ) |
void CleanupExit | ( | ) |
void gestoFinal | ( | ) |
void gestoVolume | ( | ) |
float getJointImgCoordinates | ( | const SkeletonCapability & | skeletonCapability, |
const XnUserID | userId, | ||
const XnSkeletonJoint | skeletonJoint, | ||
float * | v | ||
) |
void iniciar | ( | ) |
int initKinect | ( | ) |
void* update | ( | void * | threadid | ) |