Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_preview_stabilization.py47 def _collect_data(cam, tablet_device, video_size, rot_rig): argument
73 rot_rig['cntl'],
74 rot_rig['ch'],
112 rot_rig = {}
153 rot_rig['cntl'] = self.rotator_cntl
154 rot_rig['ch'] = self.rotator_ch
155 if rot_rig['cntl'].lower() != 'arduino':
172 recording_obj = _collect_data(cam, self.tablet_device, video_size, rot_rig)
Dtest_video_stabilization.py82 def _collect_data(cam, tablet_device, video_profile, video_quality, rot_rig): argument
110 args=(rot_rig['cntl'], rot_rig['ch'], _NUM_ROTATIONS,
145 rot_rig = {}
176 rot_rig['cntl'] = self.rotator_cntl
177 rot_rig['ch'] = self.rotator_ch
178 if rot_rig['cntl'].lower() != 'arduino':
208 cam, self.tablet_device, video_profile, video_quality, rot_rig)
Dtest_multi_camera_frame_sync.py151 def _collect_data(self, cam, props, rot_rig): argument
181 args=(rot_rig['cntl'], rot_rig['ch'], _NUM_ROTATIONS,
238 rot_rig = {}
239 rot_rig['cntl'] = self.rotator_cntl
240 rot_rig['ch'] = self.rotator_ch
272 frame_pairs_gray, ids = self._collect_data(cam, props, rot_rig)
Dtest_sensor_fusion.py70 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, log_path): argument
100 args=(rot_rig['cntl'], rot_rig['ch'], _NUM_ROTATIONS,
108 if rot_rig['cntl'].lower() == 'arduino':
329 rot_rig = {}
350 rot_rig['cntl'] = self.rotator_cntl
351 rot_rig['ch'] = self.rotator_ch
353 rot_rig, chart_distance, log_path)