1 parent 5818538 commit 7cf9e59Copy full SHA for 7cf9e59
1 file changed
unit-tests/live/frames/pytest-fps-single-stream.py
@@ -113,7 +113,7 @@ def test_object_detection_fps(test_device):
113
dev, ctx = test_device
114
camera_name = dev.get_info(rs.camera_info.name)
115
116
- if not any(model in camera_name for model in ["D555", "D585"]):
+ if "D585S" in camera_name or not any(model in camera_name for model in ["D555", "D585"]):
117
pytest.skip(f"Object detection is not expected on {camera_name}")
118
119
ps = dev.first_perception_sensor()
0 commit comments