Go to the source code of this file.
Namespaces | |
test-frame-filter | |
Functions | |
def | test-frame-filter.frames_counter (frame) |
Variables | |
test-frame-filter.depth_sensor = device.first_depth_sensor() | |
test-frame-filter.device = devices[0] | |
test-frame-filter.devices = test.find_devices_by_product_line_or_exit(rs.product_line.L500) | |
test-frame-filter.dp | |
test-frame-filter.irp | |
int | test-frame-filter.MAX_TIME_TO_WAIT_FOR_FRAMES = 10 |
int | test-frame-filter.n_depth_frame = 0 |
int | test-frame-filter.n_ir_frame = 0 |
int | test-frame-filter.NUMBER_OF_FRAMES_BEFORE_CHECK = 50 |
test-frame-filter.wait_frames_timer = Timer(MAX_TIME_TO_WAIT_FOR_FRAMES) | |