| Package | Description |
|---|---|
| org.bytedeco.librealsense2.global |
| Modifier and Type | Method and Description |
|---|---|
static void |
realsense2.rs2_delete_stream_profiles_list(rs2_stream_profile_list list)
delete stream profiles list
|
static rs2_stream_profile |
realsense2.rs2_get_stream_profile(rs2_stream_profile_list list,
int index,
PointerPointer error)
Get pointer to specific stream profile
|
static rs2_stream_profile |
realsense2.rs2_get_stream_profile(rs2_stream_profile_list list,
int index,
rs2_error error) |
static int |
realsense2.rs2_get_stream_profiles_count(rs2_stream_profile_list list,
PointerPointer error)
get the number of supported stream profiles
|
static int |
realsense2.rs2_get_stream_profiles_count(rs2_stream_profile_list list,
rs2_error error) |
Copyright © 2021. All rights reserved.