The pipeline profile includes a device and a selection of active streams, with specific profile. The profile is a selection of the above under filters and conditions defined by the pipeline. Streams may belong to more than one sensor of the device.
device rs2::pipeline_profile::get_device |
( |
| ) |
const |
|
inline |
Retrieve the device used by the pipeline. The device class provides the application access to control camera additional settings - get device information, sensor options information, options value query and set, sensor specific extensions. Since the pipeline controls the device streams configuration, activation state and frames reading, calling the device API functions, which execute those operations, results in unexpected behavior. The pipeline streaming device is selected during pipeline start()
. Devices of profiles, which are not returned by pipeline start()
or get_active_profile()
, are not guaranteed to be used by the pipeline.
- Returns
- rs2::device The pipeline selected device