Enum rs2_camera_info

Enum Documentation

enum rs2_camera_info

Read-only strings that can be queried from the device. Not all information attributes are available on all camera types. This information is mainly available for camera debug and troubleshooting and should not be used in applications.

Values:

enumerator RS2_CAMERA_INFO_NAME

Friendly name

enumerator RS2_CAMERA_INFO_SERIAL_NUMBER

Device serial number

enumerator RS2_CAMERA_INFO_FIRMWARE_VERSION

Primary firmware version

Recommended firmware version

enumerator RS2_CAMERA_INFO_PHYSICAL_PORT

Unique identifier of the port the device is connected to (platform specific)

enumerator RS2_CAMERA_INFO_DEBUG_OP_CODE

If device supports firmware logging, this is the command to send to get logs from firmware

enumerator RS2_CAMERA_INFO_ADVANCED_MODE

True iff the device is in advanced mode

enumerator RS2_CAMERA_INFO_PRODUCT_ID

Product ID as reported in the USB descriptor

enumerator RS2_CAMERA_INFO_CAMERA_LOCKED

True iff EEPROM is locked

enumerator RS2_CAMERA_INFO_USB_TYPE_DESCRIPTOR

Designated USB specification: USB2/USB3

enumerator RS2_CAMERA_INFO_PRODUCT_LINE

Device product line D400, etc.

enumerator RS2_CAMERA_INFO_ASIC_SERIAL_NUMBER

ASIC serial number

enumerator RS2_CAMERA_INFO_FIRMWARE_UPDATE_ID

Firmware update ID

enumerator RS2_CAMERA_INFO_IP_ADDRESS

IP address for remote camera.

enumerator RS2_CAMERA_INFO_DFU_DEVICE_PATH

DFU Device node path

enumerator RS2_CAMERA_INFO_COUNT

Number of enumeration values. Not a valid input: intended to be used in for-loops.