Functions | |
def | frames_counter (frame) |
Variables | |
depth_sensor = device.first_depth_sensor() | |
device = devices[0] | |
devices = test.find_devices_by_product_line_or_exit(rs.product_line.L500) | |
dp | |
irp | |
int | MAX_TIME_TO_WAIT_FOR_FRAMES = 10 |
int | n_depth_frame = 0 |
int | n_ir_frame = 0 |
int | NUMBER_OF_FRAMES_BEFORE_CHECK = 50 |
wait_frames_timer = Timer(MAX_TIME_TO_WAIT_FOR_FRAMES) | |
def test-frame-filter.frames_counter | ( | frame | ) |
Definition at line 33 of file test-frame-filter.py.
test-frame-filter.depth_sensor = device.first_depth_sensor() |
Definition at line 22 of file test-frame-filter.py.
Definition at line 21 of file test-frame-filter.py.
test-frame-filter.devices = test.find_devices_by_product_line_or_exit(rs.product_line.L500) |
Definition at line 20 of file test-frame-filter.py.
test-frame-filter.dp |
Definition at line 24 of file test-frame-filter.py.
test-frame-filter.irp |
Definition at line 26 of file test-frame-filter.py.
int test-frame-filter.MAX_TIME_TO_WAIT_FOR_FRAMES = 10 |
Definition at line 17 of file test-frame-filter.py.
int test-frame-filter.n_depth_frame = 0 |
Definition at line 29 of file test-frame-filter.py.
int test-frame-filter.n_ir_frame = 0 |
Definition at line 30 of file test-frame-filter.py.
int test-frame-filter.NUMBER_OF_FRAMES_BEFORE_CHECK = 50 |
Definition at line 18 of file test-frame-filter.py.
test-frame-filter.wait_frames_timer = Timer(MAX_TIME_TO_WAIT_FOR_FRAMES) |
Definition at line 41 of file test-frame-filter.py.