Functions | |
| def | color_frame_call_back (frame) |
| def | depth_frame_call_back (frame) |
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 | |
| int | n_cal = 5 |
| int | previous_color_frame_number = -1 |
| int | previous_depth_frame_number = -1 |
| def test-frame-drop.color_frame_call_back | ( | frame | ) |
Definition at line 49 of file test-frame-drop.py.
| def test-frame-drop.depth_frame_call_back | ( | frame | ) |
Definition at line 54 of file test-frame-drop.py.
| test-frame-drop.ccs = rs.calibrated_sensor(color_sensor) |
Definition at line 24 of file test-frame-drop.py.
| test-frame-drop.color_sensor = dev.first_color_sensor() |
Definition at line 19 of file test-frame-drop.py.
| test-frame-drop.cp |
Definition at line 29 of file test-frame-drop.py.
Definition at line 26 of file test-frame-drop.py.
| test-frame-drop.dcs = rs.calibrated_sensor(depth_sensor) |
Definition at line 22 of file test-frame-drop.py.
| test-frame-drop.depth_sensor = dev.first_depth_sensor() |
Definition at line 18 of file test-frame-drop.py.
| test-frame-drop.dev = test.find_first_device_or_exit() |
Definition at line 17 of file test-frame-drop.py.
| test-frame-drop.dp |
Definition at line 35 of file test-frame-drop.py.
| int test-frame-drop.n_cal = 5 |
Definition at line 43 of file test-frame-drop.py.
| int test-frame-drop.previous_color_frame_number = -1 |
Definition at line 45 of file test-frame-drop.py.
| int test-frame-drop.previous_depth_frame_number = -1 |
Definition at line 46 of file test-frame-drop.py.