| Package | Description |
|---|---|
| org.bytedeco.librealsense2.global |
| Modifier and Type | Method and Description |
|---|---|
static rs2_raw_data_buffer |
realsense2.rs2_create_flash_backup(rs2_device device,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
PointerPointer error)
Create backup of camera flash memory.
|
static rs2_raw_data_buffer |
realsense2.rs2_create_flash_backup(rs2_device device,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
rs2_error error) |
static rs2_raw_data_buffer |
realsense2.rs2_run_on_chip_calibration(rs2_device device,
Pointer json_content,
int content_size,
float[] health,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
int timeout_ms,
rs2_error error) |
static rs2_raw_data_buffer |
realsense2.rs2_run_on_chip_calibration(rs2_device device,
Pointer json_content,
int content_size,
FloatBuffer health,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
int timeout_ms,
rs2_error error) |
static rs2_raw_data_buffer |
realsense2.rs2_run_on_chip_calibration(rs2_device device,
Pointer json_content,
int content_size,
FloatPointer health,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
int timeout_ms,
PointerPointer error)
This will improve the depth noise.
|
static rs2_raw_data_buffer |
realsense2.rs2_run_on_chip_calibration(rs2_device device,
Pointer json_content,
int content_size,
FloatPointer health,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
int timeout_ms,
rs2_error error) |
static rs2_raw_data_buffer |
realsense2.rs2_run_tare_calibration(rs2_device dev,
float ground_truth_mm,
Pointer json_content,
int content_size,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
int timeout_ms,
PointerPointer error)
This will adjust camera absolute distance to flat target.
|
static rs2_raw_data_buffer |
realsense2.rs2_run_tare_calibration(rs2_device dev,
float ground_truth_mm,
Pointer json_content,
int content_size,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
int timeout_ms,
rs2_error error) |
static void |
realsense2.rs2_update_firmware_unsigned(rs2_device device,
Pointer fw_image,
int fw_image_size,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
int update_mode,
PointerPointer error)
Update device to the provided firmware by writing raw data directly to the flash, this command can be executed only on unlocked camera.
|
static void |
realsense2.rs2_update_firmware_unsigned(rs2_device device,
Pointer fw_image,
int fw_image_size,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
int update_mode,
rs2_error error) |
static void |
realsense2.rs2_update_firmware(rs2_device device,
Pointer fw_image,
int fw_image_size,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
PointerPointer error)
Update device to the provided firmware, the device must be extendable to RS2_EXTENSION_UPDATABLE.
|
static void |
realsense2.rs2_update_firmware(rs2_device device,
Pointer fw_image,
int fw_image_size,
rs2_update_progress_callback_ptr callback,
Pointer client_data,
rs2_error error) |
Copyright © 2021. All rights reserved.