| Package | Description |
|---|---|
| org.bytedeco.librealsense2.global |
| Modifier and Type | Method and Description |
|---|---|
static rs2_device_hub |
realsense2.rs2_create_device_hub(rs2_context context,
PointerPointer error)
\brief Creates RealSense device_hub .
|
static rs2_device_hub |
realsense2.rs2_create_device_hub(rs2_context context,
rs2_error error) |
| Modifier and Type | Method and Description |
|---|---|
static void |
realsense2.rs2_delete_device_hub(rs2_device_hub hub)
\brief Frees the relevant device hub object.
|
static int |
realsense2.rs2_device_hub_is_device_connected(rs2_device_hub hub,
rs2_device device,
PointerPointer error)
Checks if device is still connected
|
static int |
realsense2.rs2_device_hub_is_device_connected(rs2_device_hub hub,
rs2_device device,
rs2_error error) |
static rs2_device |
realsense2.rs2_device_hub_wait_for_device(rs2_device_hub hub,
PointerPointer error)
If any device is connected return it, otherwise wait until next RealSense device connects.
|
static rs2_device |
realsense2.rs2_device_hub_wait_for_device(rs2_device_hub hub,
rs2_error error) |
Copyright © 2019. All rights reserved.