Go to the source code of this file.
Namespaces | |
test_pipeline_first_frame_delay | |
Functions | |
def | test_pipeline_first_frame_delay.time_to_first_frame (config) |
Variables | |
test_pipeline_first_frame_delay.color_cfg = rs.config() | |
test_pipeline_first_frame_delay.depth_cfg = rs.config() | |
test_pipeline_first_frame_delay.dev = test.find_first_device_or_exit() | |
test_pipeline_first_frame_delay.frame_delay = time_to_first_frame(depth_cfg) | |
int | test_pipeline_first_frame_delay.max_delay_for_color_frame = 2 |
int | test_pipeline_first_frame_delay.max_delay_for_depth_frame = 2 |
test_pipeline_first_frame_delay.product_line = dev.get_info(rs.camera_info.product_line) | |