Package | Description |
---|---|
org.bytedeco.librealsense2.global |
Modifier and Type | Method and Description |
---|---|
static void |
realsense2.rs2_playback_device_set_status_changed_callback(rs2_device device,
rs2_playback_status_changed_callback callback,
PointerPointer error)
Register to receive callback from playback device upon its status changes
Callbacks are invoked from the reading thread, any heavy processing in the callback handler will affect
the reading thread and may cause frame drops\ high latency
|
static void |
realsense2.rs2_playback_device_set_status_changed_callback(rs2_device device,
rs2_playback_status_changed_callback callback,
PointerPointer error)
Register to receive callback from playback device upon its status changes
Callbacks are invoked from the reading thread, any heavy processing in the callback handler will affect
the reading thread and may cause frame drops\ high latency
|
static void |
realsense2.rs2_playback_device_set_status_changed_callback(rs2_device device,
rs2_playback_status_changed_callback callback,
rs2_error error) |
static void |
realsense2.rs2_playback_device_set_status_changed_callback(rs2_device device,
rs2_playback_status_changed_callback callback,
rs2_error error) |
Copyright © 2023. All rights reserved.