Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dlighting_control_utils.py75 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/
Dconfig_parallel.yml28 lighting_ch: <controller-channel-0>
45 lighting_ch: <controller-channel-1>
62 lighting_ch: <controller-channel-2>
87 lighting_ch: <controller-channel>
Dconfig.yml32 lighting_ch: <controller-channel>
55 lighting_ch: <controller-channel>
/cts/apps/CameraITS/tests/
Dits_base_test.py87 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/
Dtest_preview_min_frame_rate.py66 self.lighting_cntl, self.lighting_ch)
70 arduino_serial_port, self.lighting_ch, 'OFF')
Dtest_auto_flash.py76 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/
Dtest_led_snapshot.py157 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/
Dtest_hdr_extension.py194 self.lighting_cntl, self.lighting_ch)
198 arduino_serial_port, self.lighting_ch, 'OFF')
/cts/apps/CameraITS/tests/scene_extensions/scene_night/
Dtest_night_extension.py248 self.lighting_cntl, self.lighting_ch)
252 arduino_serial_port, self.lighting_ch, 'OFF')