| Package | Description |
|---|---|
| org.bytedeco.librealsense2.global |
| Modifier and Type | Method and Description |
|---|---|
static rs2_stream_profile_list |
realsense2.rs2_get_stream_profiles(rs2_sensor device,
PointerPointer error)
check if physical subdevice is supported
|
static rs2_stream_profile_list |
realsense2.rs2_get_stream_profiles(rs2_sensor device,
rs2_error error) |
static rs2_stream_profile_list |
realsense2.rs2_pipeline_profile_get_streams(rs2_pipeline_profile profile,
PointerPointer error)
Return the selected streams profiles, which are enabled in this profile.
|
static rs2_stream_profile_list |
realsense2.rs2_pipeline_profile_get_streams(rs2_pipeline_profile profile,
rs2_error error) |
| 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 © 2019. All rights reserved.