PointCloudLibrary / pcl

Point Cloud Library (PCL)
https://pointclouds.org/
Other
9.89k stars 4.61k forks source link

Real Sense 2 grabber stream fix #5912

Closed tomatih closed 8 months ago

tomatih commented 9 months ago

Fixing an issue where the Real Sense 2 grabber would start only the selected streams from the camera, but attempt to check the format of all possible streams. This always throws a Profile does not contain the requested stream runtime error.

The implemented fix is to only check the formats of previously enabled streams.