Go to the source code of this file.
Namespaces | |
test-fg | |
Variables | |
test-fg.debug_profiles = debug_sensor.get_debug_stream_profiles() | |
test-fg.debug_sensor = rs.debug_stream_sensor(depth_sensor) | |
test-fg.depth_sensor = devices[0].first_depth_sensor() | |
test-fg.devices = test.find_devices_by_product_line_or_exit(rs.product_line.L500) | |
test-fg.dp | |
test-fg.lrs_frame = lrs_queue.wait_for_frame(5000) | |
test-fg.lrs_queue = rs.frame_queue(capacity=10, keep_frames=False) | |
test-fg.matches = list(p for p in depth_sensor.profiles if p.format() == rs.format.fg) | |