| Package | Description |
|---|---|
| org.bytedeco.librealsense2.global |
| Modifier and Type | Method and Description |
|---|---|
static rs2_processing_block_list |
realsense2.rs2_get_recommended_processing_blocks(rs2_sensor sensor,
PointerPointer error)
Returns the list of recommended processing blocks for a specific sensor.
|
static rs2_processing_block_list |
realsense2.rs2_get_recommended_processing_blocks(rs2_sensor sensor,
rs2_error error) |
| Modifier and Type | Method and Description |
|---|---|
static void |
realsense2.rs2_delete_recommended_processing_blocks(rs2_processing_block_list list)
Deletes processing blocks list
|
static rs2_processing_block |
realsense2.rs2_get_processing_block(rs2_processing_block_list list,
int index,
PointerPointer error)
Returns specific processing blocks from processing blocks list
|
static rs2_processing_block |
realsense2.rs2_get_processing_block(rs2_processing_block_list list,
int index,
rs2_error error) |
static int |
realsense2.rs2_get_recommended_processing_blocks_count(rs2_processing_block_list list,
PointerPointer error)
Returns the processing blocks list size
|
static int |
realsense2.rs2_get_recommended_processing_blocks_count(rs2_processing_block_list list,
rs2_error error) |
Copyright © 2019. All rights reserved.