| Package | Description |
|---|---|
| org.bytedeco.librealsense2.global |
| Modifier and Type | Method and Description |
|---|---|
static rs2_raw_data_buffer |
realsense2.rs2_create_flash_backup_cpp(rs2_device device,
rs2_update_progress_callback callback,
PointerPointer error)
Create backup of camera flash memory.
|
static rs2_raw_data_buffer |
realsense2.rs2_create_flash_backup_cpp(rs2_device device,
rs2_update_progress_callback callback,
rs2_error error) |
static void |
realsense2.rs2_update_firmware_cpp(rs2_device device,
Pointer fw_image,
int fw_image_size,
rs2_update_progress_callback callback,
PointerPointer error)
Update device to the provided firmware, the device must be extendable to RS2_EXTENSION_UPDATABLE.
|
static void |
realsense2.rs2_update_firmware_cpp(rs2_device device,
Pointer fw_image,
int fw_image_size,
rs2_update_progress_callback callback,
rs2_error error) |
static void |
realsense2.rs2_update_firmware_unsigned_cpp(rs2_device device,
Pointer fw_image,
int fw_image_size,
rs2_update_progress_callback callback,
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_cpp(rs2_device device,
Pointer fw_image,
int fw_image_size,
rs2_update_progress_callback callback,
int update_mode,
rs2_error error) |
Copyright © 2019. All rights reserved.