VF EXPORT_SYM int depth_close | ( | ) |
Closes the depth sensor
VF EXPORT_SYM int depth_open | ( | ) |
Opens the depth sensor. This is the first function which has to be called before any other function!
VF EXPORT_SYM int depth_scanline_update | ( | int | row | ) |
Selects a row for further processing by get_depth_scanline functions.
VF EXPORT_SYM int depth_update | ( | ) |
Pulls a new depth image from the depth sensor for future processing.
VF EXPORT_SYM int get_depth_image_height | ( | ) |
Returns the height of the depth image stored by depth_update in pixel
VF EXPORT_SYM int get_depth_image_width | ( | ) |
Returns the width of the depth image stored by depth_update in pixel
VF EXPORT_SYM int get_depth_orientation | ( | ) |
Gets the depth image orientation
VF EXPORT_SYM DepthResolution get_depth_resolution | ( | ) |
Get the current depth image resolution
VF EXPORT_SYM int get_depth_scanline_object_angle | ( | int | object_num | ) |
Retrieve the given object's angle in degrees.
VF EXPORT_SYM point3 get_depth_scanline_object_center | ( | int | object_num | ) |
Retrieve the given object's center x offset from the camera.
VF EXPORT_SYM int get_depth_scanline_object_center_x | ( | int | object_num | ) |
Retrieve the given object's center x offset from the camera.
VF EXPORT_SYM int get_depth_scanline_object_center_y | ( | int | object_num | ) |
Retrieve the given object's center y offset from the camera.
VF EXPORT_SYM int get_depth_scanline_object_center_z | ( | int | object_num | ) |
Retrieve the given object's center z offset from the camera.
VF EXPORT_SYM int get_depth_scanline_object_count | ( | ) |
Retrieve the number of objects detected on the selected scanline.
VF EXPORT_SYM point3 get_depth_scanline_object_farthest | ( | int | object_num | ) |
Retrieve the given object's farthest x offset from the camera.
VF EXPORT_SYM int get_depth_scanline_object_farthest_x | ( | int | object_num | ) |
Retrieve the given object's farthest x offset from the camera.
VF EXPORT_SYM int get_depth_scanline_object_farthest_y | ( | int | object_num | ) |
Retrieve the given object's farthest y offset from the camera.
VF EXPORT_SYM int get_depth_scanline_object_farthest_z | ( | int | object_num | ) |
Retrieve the given object's farthest z offset from the camera.
VF EXPORT_SYM point3 get_depth_scanline_object_nearest | ( | int | object_num | ) |
Retrieve the given object's nearest offset from the camera.
VF EXPORT_SYM int get_depth_scanline_object_nearest_x | ( | int | object_num | ) |
Retrieve the given object's nearest x offset from the camera.
VF EXPORT_SYM int get_depth_scanline_object_nearest_y | ( | int | object_num | ) |
Retrieve the given object's nearest y offset from the camera.
VF EXPORT_SYM int get_depth_scanline_object_nearest_z | ( | int | object_num | ) |
Retrieve the given object's nearest offset from the camera.
VF EXPORT_SYM int get_depth_scanline_object_size | ( | int | object_num | ) |
Retrieve the given object's size in mm.
VF EXPORT_SYM int get_depth_value | ( | int | row, |
int | column | ||
) |
Returns the depth value of a depth pixel.
row | Row index of the depth pixel |
column | Column index of the depth pixel |
VF EXPORT_SYM point3 get_depth_world_point | ( | int | row, |
int | column | ||
) |
Returns the world coordinates of the specified point.
row | Row index of the depth pixel |
column | Column index of the depth pixel |
VF EXPORT_SYM int get_depth_world_point_x | ( | int | row, |
int | column | ||
) |
Returns the x world coordinate of the specified point.
row | Row index of the depth pixel |
column | Column index of the depth pixel |
VF EXPORT_SYM int get_depth_world_point_y | ( | int | row, |
int | column | ||
) |
Returns the y world coordinate of the specified point.
row | Row index of the depth pixel |
column | Column index of the depth pixel |
VF EXPORT_SYM int get_depth_world_point_z | ( | int | row, |
int | column | ||
) |
Returns the z world coordinate of the specified point.
row | Row index of the depth pixel |
column | Column index of the depth pixel |
VF EXPORT_SYM int set_depth_orientation | ( | int | orientation | ) |
Sets the depth image orientation
orientation | Depth image orientation |
VF EXPORT_SYM int set_depth_resolution | ( | DepthResolution | resolution | ) |
Set the current depth image resolution.
resolution | New depth image resolution |