1 parent aa3eace commit caccfdcCopy full SHA for caccfdc
1 file changed
common/dds-model.cpp
@@ -104,6 +104,9 @@ rs2::dds_model::priority rs2::dds_model::classifyPriority( link_priority & pr )
104
105
bool dds_model::check_DDS_support()
106
{
107
+ if (!_device.supports(RS2_CAMERA_INFO_PRODUCT_LINE) || !(std::string(_device.get_info(RS2_CAMERA_INFO_PRODUCT_LINE)) == "D500"))
108
+ return false;
109
+
110
if( _device.is< rs2::debug_protocol >() )
111
112
if( _device.supports( RS2_CAMERA_INFO_NAME ) )
0 commit comments