Go to the source code of this file.
Namespaces | |
| test-set-option | |
Functions | |
| def | test-set-option.check_color_frame_drops (frame) |
| def | test-set-option.check_depth_frame_drops (frame) |
| def | test-set-option.get_allowed_drops () |
| def | test-set-option.set_new_value (sensor, option, value) |
| def | test-set-option.test_option_changes (sensor) |
Variables | |
| bool | test-set-option.after_set_option = False |
| test-set-option.color_profile | |
| test-set-option.color_sensor = dev.first_color_sensor() | |
| int | test-set-option.current_laser_control = 10 |
| test-set-option.depth_profile | |
| test-set-option.depth_sensor = dev.first_depth_sensor() | |
| test-set-option.dev = test.find_first_device_or_exit() | |
| test-set-option.laser_power = rs.option.laser_power | |
| Test #1. More... | |
| int | test-set-option.new_value = current_laser_control+10 |
| list | test-set-option.options_to_ignore = [] |
| int | test-set-option.previous_color_frame_number = -1 |
| int | test-set-option.previous_depth_frame_number = -1 |
| test-set-option.product_line = dev.get_info(rs.camera_info.product_line) | |