| Package | Description |
|---|---|
| org.bytedeco.librealsense | |
| org.bytedeco.librealsense.global |
| Modifier and Type | Class and Description |
|---|---|
class |
frame_callback |
| Modifier and Type | Method and Description |
|---|---|
void |
rs_device.set_stream_callback(int stream,
rs_frame_callback callback) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RealSense.rs_set_frame_callback_cpp(rs_device device,
int stream,
rs_frame_callback callback,
PointerPointer error)
\brief Sets up a frame callback that is called immediately when an image is available, with no synchronization logic applied
This variant of \c rs_set_frame_callback() is provided specifically to enable passing lambdas with capture lists safely into the library.
|
static void |
RealSense.rs_set_frame_callback_cpp(rs_device device,
int stream,
rs_frame_callback callback,
rs_error error) |
Copyright © 2022. All rights reserved.