

Go to the source code of this file.
Macros | |
| #define | FREENECTAPI_SYNC |
| If Win32, export all functions for DLL usage. More... | |
Functions | |
| FREENECTAPI_SYNC int | freenect_sync_camera_to_world (int cx, int cy, int wz, double *wx, double *wy, int index) |
| int | freenect_sync_get_depth (void **depth, uint32_t *timestamp, int index, freenect_depth_format fmt) |
| FREENECTAPI_SYNC int | freenect_sync_get_depth_with_res (void **depth, uint32_t *timestamp, int index, freenect_resolution res, freenect_depth_format fmt) |
| FREENECTAPI_SYNC int | freenect_sync_get_tilt_state (freenect_raw_tilt_state **state, int index) |
| int | freenect_sync_get_video (void **video, uint32_t *timestamp, int index, freenect_video_format fmt) |
| 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_set_led (freenect_led_options led, int index) |
| FREENECTAPI_SYNC int | freenect_sync_set_tilt_degs (int angle, int index) |
| FREENECTAPI_SYNC void | freenect_sync_stop (void) |
| #define FREENECTAPI_SYNC |
If Win32, export all functions for DLL usage.
DLLExport information for windows, set to nothing on other platforms
Definition at line 34 of file libfreenect_sync.h.
| FREENECTAPI_SYNC int freenect_sync_camera_to_world | ( | int | cx, |
| int | cy, | ||
| int | wz, | ||
| double * | wx, | ||
| double * | wy, | ||
| int | index | ||
| ) |
Definition at line 426 of file libfreenect_sync.c.
| int freenect_sync_get_depth | ( | void ** | depth, |
| uint32_t * | timestamp, | ||
| int | index, | ||
| freenect_depth_format | fmt | ||
| ) |
Definition at line 398 of file libfreenect_sync.c.
| FREENECTAPI_SYNC int freenect_sync_get_depth_with_res | ( | void ** | depth, |
| uint32_t * | timestamp, | ||
| int | index, | ||
| freenect_resolution | res, | ||
| freenect_depth_format | fmt | ||
| ) |
Definition at line 383 of file libfreenect_sync.c.
| FREENECTAPI_SYNC int freenect_sync_get_tilt_state | ( | freenect_raw_tilt_state ** | state, |
| int | index | ||
| ) |
Definition at line 403 of file libfreenect_sync.c.
| int freenect_sync_get_video | ( | void ** | video, |
| uint32_t * | timestamp, | ||
| int | index, | ||
| freenect_video_format | fmt | ||
| ) |
Definition at line 378 of file libfreenect_sync.c.
| FREENECTAPI_SYNC int freenect_sync_get_video_with_res | ( | void ** | video, |
| uint32_t * | timestamp, | ||
| int | index, | ||
| freenect_resolution | res, | ||
| freenect_video_format | fmt | ||
| ) |
Definition at line 364 of file libfreenect_sync.c.
| FREENECTAPI_SYNC int freenect_sync_set_led | ( | freenect_led_options | led, |
| int | index | ||
| ) |
Definition at line 419 of file libfreenect_sync.c.
| FREENECTAPI_SYNC int freenect_sync_set_tilt_degs | ( | int | angle, |
| int | index | ||
| ) |
Definition at line 412 of file libfreenect_sync.c.
| FREENECTAPI_SYNC void freenect_sync_stop | ( | void | ) |
Definition at line 433 of file libfreenect_sync.c.