Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_multi_camera_frame_sync.py148 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)
Dtest_sensor_fusion.py94 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)