Module device

Source
Expand description

A type for abstracting over the concept of a RealSense “device”

A device in librealsense2 refers to a complete set of sensors that comprise e.g. a D400 / L500 / T200 unit. A D435 or D435i, for example, is a device, whereas the individual parts that comprise that device (IR cameras, depth camera, color camera, IMU) are referred to as sensors. See sensors for more info.

Structs§

Device
A type representing a RealSense device.

Enums§

DeviceConstructionError
Enumeration of possible errors that can occur during device construction