Skip to content

Commit

Permalink
API name added for connection type
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Dec 17, 2024
1 parent 5a5089b commit 46fe0d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/librealsense2/h/rs_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ typedef enum rs2_camera_info {
RS2_CAMERA_INFO_PRODUCT_ID , /**< Product ID as reported in the USB descriptor */
RS2_CAMERA_INFO_CAMERA_LOCKED , /**< True iff EEPROM is locked */
RS2_CAMERA_INFO_USB_TYPE_DESCRIPTOR , /**< Designated USB specification: USB2/USB3 */
RS2_CAMERA_INFO_CONNECTION_TYPE = RS2_CAMERA_INFO_USB_TYPE_DESCRIPTOR, /**< Other name for the USB connection type, adapted for non-usb connections */
RS2_CAMERA_INFO_PRODUCT_LINE , /**< Device product line D400, etc. */
RS2_CAMERA_INFO_ASIC_SERIAL_NUMBER , /**< ASIC serial number */
RS2_CAMERA_INFO_FIRMWARE_UPDATE_ID , /**< Firmware update ID */
Expand Down

0 comments on commit 46fe0d1

Please sign in to comment.