IntelRealSense / librealsense

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

Fix DQT - DDS stream tagging update #13489

Closed OhadMeir closed 2 weeks ago

OhadMeir commented 2 weeks ago

Tracked on [RSDEV-2861]

Stream type string was changed on a previous PR but not updated here. Also using strcmp to compare char* strings, not == as the operator compares pointers and might not work as expected.