C API of the KIPR Link depth sensor interface. More...
Go to the source code of this file.
Variables | |
static const int | INVALID_DEPTH = INT32_MAX |
C API of the KIPR Link depth sensor interface.
EXPORT_SYM int depth_scanline_update | ( | int | row | ) |
EXPORT_SYM int get_depth_scanline_object_angle | ( | int | object_num | ) |
EXPORT_SYM int get_depth_scanline_object_count | ( | ) |
EXPORT_SYM point3 get_depth_scanline_object_point | ( | int | object_num | ) |
EXPORT_SYM int get_depth_scanline_object_size | ( | int | object_num | ) |
EXPORT_SYM int get_depth_scanline_object_x | ( | int | object_num | ) |
EXPORT_SYM int get_depth_scanline_object_y | ( | int | object_num | ) |
EXPORT_SYM int get_depth_scanline_object_z | ( | int | object_num | ) |
|
static |