Searched full:lighting_ch (Results 1 – 9 of 9) sorted by relevance
| /cts/apps/CameraITS/utils/ |
| D | lighting_control_utils.py | 75 def lighting_control(lighting_cntl, lighting_ch): argument 78 lighting_ch is hard wired and must be determined from physical setup. 85 lighting_ch: str to identify lighting channel number. 90 logging.debug('Controller: %s, ch: %s', lighting_cntl, lighting_ch) 106 def set_lighting_state(arduino_serial_port, lighting_ch, state): argument 111 lighting_ch: str for lighting channel 122 set_light_brightness(lighting_ch, level, arduino_serial_port, delay=1)
|
| /cts/apps/CameraITS/ |
| D | config_parallel.yml | 28 lighting_ch: <controller-channel-0> 45 lighting_ch: <controller-channel-1> 62 lighting_ch: <controller-channel-2> 87 lighting_ch: <controller-channel>
|
| D | config.yml | 32 lighting_ch: <controller-channel> 55 lighting_ch: <controller-channel>
|
| /cts/apps/CameraITS/tests/ |
| D | its_base_test.py | 87 self.user_params.get('lighting_ch')): 89 self.lighting_ch = str(self.user_params['lighting_ch']) 92 self.lighting_ch = '1' 136 self.lighting_cntl, self.lighting_ch) 139 self.lighting_ch, 255, arduino_serial_port)
|
| /cts/apps/CameraITS/tests/scene2_a/ |
| D | test_preview_min_frame_rate.py | 66 self.lighting_cntl, self.lighting_ch) 70 arduino_serial_port, self.lighting_ch, 'OFF')
|
| D | test_auto_flash.py | 76 self.lighting_cntl, self.lighting_ch) 80 arduino_serial_port, self.lighting_ch, 'OFF') 207 arduino_serial_port, self.lighting_ch, 'ON')
|
| /cts/apps/CameraITS/tests/sensor_fusion/ |
| D | test_led_snapshot.py | 157 self.lighting_cntl, self.lighting_ch) 188 arduino_serial_port, self.lighting_ch, 'OFF') 259 arduino_serial_port, self.lighting_ch, 'ON')
|
| /cts/apps/CameraITS/tests/scene_extensions/scene_hdr/ |
| D | test_hdr_extension.py | 194 self.lighting_cntl, self.lighting_ch) 198 arduino_serial_port, self.lighting_ch, 'OFF')
|
| /cts/apps/CameraITS/tests/scene_extensions/scene_night/ |
| D | test_night_extension.py | 248 self.lighting_cntl, self.lighting_ch) 252 arduino_serial_port, self.lighting_ch, 'OFF')
|