Skip to content

Commit

Permalink
removing check of t2ff for color stream, for D430
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Feb 16, 2025
1 parent a691aa3 commit 26a519e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/live/frames/test-t2ff-pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def time_to_first_frame(config):

################################################################################################
product_name = dev.get_info(rs.camera_info.name)
if 'D421' not in product_name and 'D405' not in product_name: # Cameras with no color sensor
if 'D421' not in product_name and 'D405' not in product_name and 'D430' not in product_name: # Cameras with no color sensor
test.start("Testing pipeline first color frame delay on " + product_line + " device - " + platform.system() + " OS")
color_cfg = rs.config()
color_cfg.enable_stream(rs.stream.color, rs.format.rgb8, 30)
Expand Down

0 comments on commit 26a519e

Please sign in to comment.