218 static const int INVALID_DEPTH = INT32_MAX;
EXPORT_SYM int set_depth_orientation(int orientation)
Contains the definiton of the enum DepthCameraResolution.
EXPORT_SYM int get_depth_scanline_object_size(int object_num)
EXPORT_SYM int get_depth_scanline_object_z(int object_num)
EXPORT_SYM int get_depth_scanline_object_angle(int object_num)
EXPORT_SYM int get_depth_scanline_object_x(int object_num)
enum DepthResolution_ DepthResolution
EXPORT_SYM DepthResolution get_depth_resolution()
EXPORT_SYM int depth_update()
EXPORT_SYM int get_depth_scanline_object_count()
static const int INVALID_DEPTH
Definition: depth.h:218
EXPORT_SYM int depth_open()
EXPORT_SYM int get_depth_scanline_object_y(int object_num)
EXPORT_SYM int set_depth_resolution(DepthResolution resolution)
EXPORT_SYM point3 get_depth_world_point(int row, int column)
EXPORT_SYM int get_depth_image_width()
EXPORT_SYM int depth_scanline_update(int row)
EXPORT_SYM int get_depth_value(int row, int column)
EXPORT_SYM int get_depth_world_point_y(int row, int column)
EXPORT_SYM int get_depth_world_point_z(int row, int column)
EXPORT_SYM int depth_close()
#define EXPORT_SYM
Definition: export.h:7
EXPORT_SYM int get_depth_orientation()
EXPORT_SYM int get_depth_world_point_x(int row, int column)
EXPORT_SYM int get_depth_image_height()
EXPORT_SYM point3 get_depth_scanline_object_point(int object_num)