pyrealsense2.firmware_logger

class pyrealsense2.firmware_logger
__init__(self: pyrealsense2.firmware_logger, device: pyrealsense2.device) None

Methods

__init__(self, device)

as_auto_calibrated_device(self)

as_calibration_change_device(self)

as_debug_protocol(self)

as_device_calibration(self)

as_firmware_logger(self)

as_playback(self)

as_recorder(self)

as_updatable(self)

as_update_device(self)

create_message(self)

Create FW Log

create_parsed_message(self)

Create FW Parsed Log

first_color_sensor(self)

first_depth_sensor(self)

first_fisheye_sensor(self)

first_motion_sensor(self)

first_pose_sensor(self)

first_roi_sensor(self)

get_firmware_log(self, msg)

Get FW Log

get_flash_log(self, msg)

Get Flash Log

get_info(self, info)

Retrieve camera specific information, like versions of various internal components

get_number_of_fw_logs(self)

Get Number of Fw Logs Polled From Device

hardware_reset(self)

Send hardware reset request to the device

init_parser(self, xml_content)

Initialize Parser with content of xml file

is_auto_calibrated_device(self)

is_calibration_change_device(self)

is_connected(self)

is_debug_protocol(self)

is_device_calibration(self)

is_firmware_logger(self)

is_metadata_enabled(self)

is_playback(self)

is_recorder(self)

is_updatable(self)

is_update_device(self)

parse_log(self, msg, parsed_msg)

Parse Fw Log

query_sensors(self)

Returns the list of adjacent devices, sharing the same physical parent composite device.

start_collecting(self)

Start collecting FW logs

stop_collecting(self)

Stop collecting FW logs

supports(self, info)

Check if specific camera info is supported.

Attributes

sensors

List of adjacent devices, sharing the same physical parent composite device.

create_message(self: pyrealsense2.firmware_logger) pyrealsense2.firmware_log_message

Create FW Log

create_parsed_message(self: pyrealsense2.firmware_logger) pyrealsense2.firmware_log_parsed_message

Create FW Parsed Log

get_firmware_log(self: pyrealsense2.firmware_logger, msg: pyrealsense2.firmware_log_message) bool

Get FW Log

get_flash_log(self: pyrealsense2.firmware_logger, msg: pyrealsense2.firmware_log_message) bool

Get Flash Log

get_number_of_fw_logs(self: pyrealsense2.firmware_logger) int

Get Number of Fw Logs Polled From Device

init_parser(self: pyrealsense2.firmware_logger, xml_content: str) bool

Initialize Parser with content of xml file

parse_log(self: pyrealsense2.firmware_logger, msg: pyrealsense2.firmware_log_message, parsed_msg: pyrealsense2.firmware_log_parsed_message) bool

Parse Fw Log

start_collecting(self: pyrealsense2.firmware_logger) None

Start collecting FW logs

stop_collecting(self: pyrealsense2.firmware_logger) None

Stop collecting FW logs