| 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)
set up a frame callback that will be called immediately when an image is available, with no synchronization logic applied
(This variant is provided specificly 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 © 2019. All rights reserved.