34 #define FREENECTAPI_SYNC 38 #define FREENECTAPI_SYNC extern "C" __declspec(dllexport) 42 #define FREENECTAPI_SYNC __declspec(dllexport) FREENECTAPI_SYNC int freenect_sync_get_depth_with_res(void **depth, uint32_t *timestamp, int index, freenect_resolution res, freenect_depth_format fmt)
#define FREENECTAPI_SYNC
If Win32, export all functions for DLL usage.
int freenect_sync_get_depth(void **depth, uint32_t *timestamp, int index, freenect_depth_format fmt)
FREENECTAPI_SYNC int freenect_sync_set_led(freenect_led_options led, int index)
FREENECTAPI_SYNC int freenect_sync_get_video_with_res(void **video, uint32_t *timestamp, int index, freenect_resolution res, freenect_video_format fmt)
FREENECTAPI_SYNC int freenect_sync_get_tilt_state(freenect_raw_tilt_state **state, int index)
Data from the tilt motor and accelerometer.
FREENECTAPI_SYNC void freenect_sync_stop(void)
int freenect_sync_get_video(void **video, uint32_t *timestamp, int index, freenect_video_format fmt)
FREENECTAPI_SYNC int freenect_sync_camera_to_world(int cx, int cy, int wz, double *wx, double *wy, int index)
FREENECTAPI_SYNC int freenect_sync_set_tilt_degs(int angle, int index)