Home
last modified time | relevance | path

Searched full:lighting_ch (Results 1 – 13 of 13) 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_sample_parallel_testing.yml29 lighting_ch: <controller-channel-0>
46 lighting_ch: <controller-channel-1>
63 lighting_ch: <controller-channel-2>
88 lighting_ch: <controller-channel>
Dconfig.yml32 lighting_ch: <controller-channel>
56 lighting_ch: <controller-channel>
/cts/apps/CameraITS/tests/scene_flash/
Dtest_torch_strength.py81 arduino_serial_port, self.lighting_ch, 'OFF'
92 arduino_serial_port, self.lighting_ch, 'ON'
101 arduino_serial_port, self.lighting_ch, 'OFF'
114 arduino_serial_port, self.lighting_ch, 'ON'
245 self.lighting_cntl, self.lighting_ch
286 arduino_serial_port, self.lighting_ch, 'ON')
Dtest_auto_flash.py80 self.lighting_cntl, self.lighting_ch)
84 arduino_serial_port, self.lighting_ch, 'OFF')
143 arduino_serial_port, self.lighting_ch, 'ON')
Dtest_preview_min_frame_rate.py68 self.lighting_cntl, self.lighting_ch)
72 arduino_serial_port, self.lighting_ch, 'OFF')
113 arduino_serial_port, self.lighting_ch, 'ON')
Dtest_flash_strength.py188 self.lighting_cntl, self.lighting_ch)
192 arduino_serial_port, self.lighting_ch, 'OFF')
224 arduino_serial_port, self.lighting_ch, 'ON')
Dtest_led_snapshot.py158 self.lighting_cntl, self.lighting_ch)
189 arduino_serial_port, self.lighting_ch, 'OFF')
260 arduino_serial_port, self.lighting_ch, 'ON')
/cts/apps/CameraITS/tests/
Dits_base_test.py65 self.user_params.get('lighting_ch')):
67 self.lighting_ch = str(self.user_params['lighting_ch'])
70 self.lighting_ch = '1'
115 self.lighting_cntl, self.lighting_ch)
118 self.lighting_ch, 255, arduino_serial_port)
/cts/apps/CameraITS/tests/scene_extensions/scene_low_light/
Dtest_night_extension.py134 self.lighting_cntl, self.lighting_ch)
138 arduino_serial_port, self.lighting_ch, 'OFF')
Dtest_low_light_boost_extension.py157 self.lighting_cntl, self.lighting_ch)
161 arduino_serial_port, self.lighting_ch, 'OFF')
/cts/apps/CameraITS/tests/scene_extensions/scene_hdr/
Dtest_hdr_extension.py195 self.lighting_cntl, self.lighting_ch)
199 arduino_serial_port, self.lighting_ch, 'OFF')
/cts/apps/CameraITS/tools/
Drun_all_tests.py1031 lighting_ch = test_params_content.get('lighting_ch', 'None')
1033 lighting_cntl, lighting_ch)
1037 arduino_serial_port, lighting_ch, 'OFF')