Functions | |
def | filter_special_frames (list) |
Variables | |
ccs = rs.calibrated_sensor(color_sensor) | |
color_sensor = dev.first_color_sensor() | |
cp | |
d2r = rs.device_calibration(dev) | |
dcs = rs.calibrated_sensor(depth_sensor) | |
depth_sensor = dev.first_depth_sensor() | |
dev = test.find_first_device_or_exit() | |
dp | |
list | irrelevant_statuses |
list | successful_calibration_status_list |
def test-triggers.filter_special_frames | ( | list | ) |
Removes consecutive special frame statuses from the status list since we have a built-in retry mechanism and more than one request can be made. E.g., [triggered, special_frame, special_frame, started, successful]
Definition at line 57 of file test-triggers.py.
test-triggers.ccs = rs.calibrated_sensor(color_sensor) |
Definition at line 27 of file test-triggers.py.
test-triggers.color_sensor = dev.first_color_sensor() |
Definition at line 21 of file test-triggers.py.
test-triggers.cp |
Definition at line 33 of file test-triggers.py.
Definition at line 30 of file test-triggers.py.
test-triggers.dcs = rs.calibrated_sensor(depth_sensor) |
Definition at line 24 of file test-triggers.py.
test-triggers.depth_sensor = dev.first_depth_sensor() |
Definition at line 20 of file test-triggers.py.
test-triggers.dev = test.find_first_device_or_exit() |
Definition at line 19 of file test-triggers.py.
test-triggers.dp |
Definition at line 39 of file test-triggers.py.
list test-triggers.irrelevant_statuses |
Definition at line 53 of file test-triggers.py.
list test-triggers.successful_calibration_status_list |
Definition at line 47 of file test-triggers.py.