| Package | Description |
|---|---|
| org.bytedeco.librealsense2.global |
| Modifier and Type | Method and Description |
|---|---|
static rs2_options_list |
realsense2.rs2_get_options_list(rs2_options options,
PointerPointer error)
get the list of supported options of options container
|
static rs2_options_list |
realsense2.rs2_get_options_list(rs2_options options,
rs2_error error) |
| Modifier and Type | Method and Description |
|---|---|
static void |
realsense2.rs2_delete_options_list(rs2_options_list list)
Deletes options list
|
static int |
realsense2.rs2_get_option_from_list(rs2_options_list options,
int i,
PointerPointer error)
get the specific option from options list
|
static int |
realsense2.rs2_get_option_from_list(rs2_options_list options,
int i,
rs2_error error) |
static int |
realsense2.rs2_get_options_list_size(rs2_options_list options,
PointerPointer error)
get the size of options list
|
static int |
realsense2.rs2_get_options_list_size(rs2_options_list options,
rs2_error error) |
Copyright © 2019. All rights reserved.