Functions | |
def | time_to_first_frame (config) |
Variables | |
color_cfg = rs.config() | |
depth_cfg = rs.config() | |
dev = test.find_first_device_or_exit() | |
frame_delay = time_to_first_frame(depth_cfg) | |
int | max_delay_for_color_frame = 2 |
int | max_delay_for_depth_frame = 2 |
product_line = dev.get_info(rs.camera_info.product_line) | |
def test_pipeline_first_frame_delay.time_to_first_frame | ( | config | ) |
Definition at line 36 of file test_pipeline_first_frame_delay.py.
test_pipeline_first_frame_delay.color_cfg = rs.config() |
Definition at line 58 of file test_pipeline_first_frame_delay.py.
test_pipeline_first_frame_delay.depth_cfg = rs.config() |
Definition at line 48 of file test_pipeline_first_frame_delay.py.
test_pipeline_first_frame_delay.dev = test.find_first_device_or_exit() |
Definition at line 20 of file test_pipeline_first_frame_delay.py.
test_pipeline_first_frame_delay.frame_delay = time_to_first_frame(depth_cfg) |
Definition at line 50 of file test_pipeline_first_frame_delay.py.
float test_pipeline_first_frame_delay.max_delay_for_color_frame = 2 |
Definition at line 28 of file test_pipeline_first_frame_delay.py.
int test_pipeline_first_frame_delay.max_delay_for_depth_frame = 2 |
Definition at line 27 of file test_pipeline_first_frame_delay.py.
test_pipeline_first_frame_delay.product_line = dev.get_info(rs.camera_info.product_line) |
Definition at line 25 of file test_pipeline_first_frame_delay.py.