Searched full:lighting_ch (Results 1 – 4 of 4) sorted by relevance
| /cts/apps/CameraITS/utils/ |
| D | lighting_control_utils.py | 54 def lighting_control(lighting_cntl, lighting_ch): argument 57 lighting_ch is hard wired and must be determined from physical setup. 64 lighting_ch: str to identify lighting channel number. 69 logging.debug('Controller: %s, ch: %s', lighting_cntl, lighting_ch) 85 def set_lighting_state(arduino_serial_port, lighting_ch, state): argument 90 lighting_ch: str for lighting channel 101 set_light_brightness(lighting_ch, level, arduino_serial_port, delay=1)
|
| /cts/apps/CameraITS/ |
| D | config.yml | 32 lighting_ch: <controller-channel> 55 lighting_ch: <controller-channel>
|
| /cts/apps/CameraITS/tests/ |
| D | its_base_test.py | 83 self.user_params.get('lighting_ch')): 85 self.lighting_ch = str(self.user_params['lighting_ch']) 88 self.lighting_ch = '1' 132 self.lighting_cntl, self.lighting_ch) 135 self.lighting_ch, 255, arduino_serial_port)
|
| /cts/apps/CameraITS/tests/scene2_a/ |
| D | test_auto_flash.py | 116 self.lighting_cntl, self.lighting_ch) 120 arduino_serial_port, self.lighting_ch, 'OFF') 227 arduino_serial_port, self.lighting_ch, 'ON')
|