Home
last modified time | relevance | path

Searched full:lighting_ch (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CameraITS/utils/
Dlighting_control_utils.py54 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/
Dconfig.yml32 lighting_ch: <controller-channel>
55 lighting_ch: <controller-channel>
/cts/apps/CameraITS/tests/
Dits_base_test.py83 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/
Dtest_auto_flash.py116 self.lighting_cntl, self.lighting_ch)
120 arduino_serial_port, self.lighting_ch, 'OFF')
227 arduino_serial_port, self.lighting_ch, 'ON')