Home
last modified time | relevance | path

Searched refs:rot_rig (Results 1 – 8 of 8) sorted by relevance

/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_video_stabilization.py46 def _collect_data(cam, tablet_device, video_profile, video_quality, rot_rig): argument
67 if rot_rig['cntl'].lower() == sensor_fusion_utils.ARDUINO_STRING.lower():
82 rot_rig['cntl'],
83 rot_rig['ch'],
123 rot_rig = {}
148 rot_rig['cntl'] = self.rotator_cntl
149 rot_rig['ch'] = self.rotator_ch
150 if rot_rig['cntl'].lower() != 'arduino':
180 cam, self.tablet_device, video_profile, video_quality, rot_rig)
Dtest_preview_stabilization.py69 rot_rig = {}
128 rot_rig['cntl'] = self.rotator_cntl
129 rot_rig['ch'] = self.rotator_ch
130 if rot_rig['cntl'].lower() != 'arduino':
143 stabilize=True, rot_rig=rot_rig, zoom_ratio=zoom_ratio)
Dtest_multi_camera_frame_sync.py146 def _collect_data(self, cam, props, rot_rig, name_with_log_path): argument
174 if rot_rig['cntl'].lower() == sensor_fusion_utils.ARDUINO_STRING.lower():
183 rot_rig['cntl'],
184 rot_rig['ch'],
248 rot_rig = {}
249 rot_rig['cntl'] = self.rotator_cntl
250 rot_rig['ch'] = self.rotator_ch
286 cam, props, rot_rig, name_with_log_path)
Dtest_lens_intrinsic_calibration.py266 rot_rig = {}
282 rot_rig['cntl'] = self.rotator_cntl
283 rot_rig['ch'] = self.rotator_ch
284 if rot_rig['cntl'].lower() != 'arduino':
294 rot_rig=rot_rig, ois=True)
Dtest_sensor_fusion.py69 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, argument
99 if rot_rig['cntl'].lower() == sensor_fusion_utils.ARDUINO_STRING.lower():
108 rot_rig['cntl'],
109 rot_rig['ch'],
123 if rot_rig['cntl'].lower() == 'arduino':
346 rot_rig = {}
367 rot_rig['cntl'] = self.rotator_cntl
368 rot_rig['ch'] = self.rotator_ch
370 cam, fps, img_w, img_h, test_length, rot_rig, chart_distance,
Dtest_preview_distortion.py443 rot_rig = {}
460 rot_rig['cntl'] = self.rotator_cntl
461 rot_rig['ch'] = self.rotator_ch
462 if rot_rig['cntl'].lower() not in _VALID_CONTROLLERS:
/cts/apps/CameraITS/tests/feature_combination/
Dtest_feature_combination.py68 rot_rig = {}
95 rot_rig['cntl'] = self.rotator_cntl
96 rot_rig['ch'] = self.rotator_ch
97 if rot_rig['cntl'].lower() != 'arduino':
220 rot_rig=rot_rig, fps_range=fps_range))
/cts/apps/CameraITS/utils/
Dpreview_processing_utils.py88 def collect_data(cam, tablet_device, preview_size, stabilize, rot_rig, argument
111 stabilize, rot_rig, zoom_ratio,
116 stabilize, rot_rig, zoom_ratio=None, argument
140 if rot_rig['cntl'].lower() == sensor_fusion_utils.ARDUINO_STRING.lower():
154 rot_rig['cntl'],
155 rot_rig['ch'],