IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.42k stars 4.8k forks source link

don't start backend if device-mask specifies sw-only #13076

Closed maloel closed 4 days ago

maloel commented 4 days ago

If user specifies only SW devices should be found by a context, there's no need to start the regular USB device factory (including its device watcher).

Update the DDS tests to use the device-mask in the context to simplify.