pyrealsense2.camera_info

class pyrealsense2.camera_info

This information is mainly available for camera debug and troubleshooting and should not be used in applications.

Members:

name

serial_number

firmware_version

recommended_firmware_version

physical_port

debug_op_code

advanced_mode

product_id

camera_locked

usb_type_descriptor

product_line

asic_serial_number

firmware_update_id

ip_address

dfu_device_path

__init__(self: pyrealsense2.camera_info, value: int) None

Methods

__init__(self, value)

Attributes

advanced_mode

asic_serial_number

camera_locked

debug_op_code

dfu_device_path

firmware_update_id

firmware_version

ip_address

name

physical_port

product_id

product_line

recommended_firmware_version

serial_number

usb_type_descriptor

value

advanced_mode = <camera_info.advanced_mode: 6>
asic_serial_number = <camera_info.asic_serial_number: 11>
camera_locked = <camera_info.camera_locked: 8>
debug_op_code = <camera_info.debug_op_code: 5>
dfu_device_path = <camera_info.dfu_device_path: 14>
firmware_update_id = <camera_info.firmware_update_id: 12>
firmware_version = <camera_info.firmware_version: 2>
ip_address = <camera_info.ip_address: 13>
name = <camera_info.name: 0>
physical_port = <camera_info.physical_port: 4>
product_id = <camera_info.product_id: 7>
product_line = <camera_info.product_line: 10>
recommended_firmware_version = <camera_info.recommended_firmware_version: 3>
serial_number = <camera_info.serial_number: 1>
usb_type_descriptor = <camera_info.usb_type_descriptor: 9>
property value