Searched refs:rot_rig (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_multi_camera_frame_sync.py | 148 def _collect_data(self, cam, props, rot_rig): argument 178 args=(rot_rig['cntl'], rot_rig['ch'], _NUM_ROTATIONS,)) 234 rot_rig = {} 235 rot_rig['cntl'] = self.rotator_cntl 236 rot_rig['ch'] = self.rotator_ch 257 frame_pairs_gray, ids = self._collect_data(cam, props, rot_rig)
|
D | test_sensor_fusion.py | 94 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, log_path): argument 123 args=(rot_rig['cntl'], rot_rig['ch'], _NUM_ROTATIONS,)) 515 rot_rig = {} 536 rot_rig['cntl'] = self.rotator_cntl 537 rot_rig['ch'] = self.rotator_ch 539 rot_rig, chart_distance, log_path)
|