Searched refs:cam_times (Results 1 – 1 of 1) sorted by relevance
87 cam_times = get_cam_times(events["cam"])88 min_cam_time = min(cam_times) * NSEC_TO_SEC89 max_cam_time = max(cam_times) * NSEC_TO_SEC110 offset = get_best_alignment_offset(cam_times, cam_rots, events["gyro"])113 cam_times = cam_times + offset*SEC_TO_NSEC114 gyro_rots = get_gyro_rotations(events["gyro"], cam_times)123 def get_best_alignment_offset(cam_times, cam_rots, gyro_events): argument142 times = cam_times + shift*MSEC_TO_NSEC195 def get_gyro_rotations(gyro_events, cam_times): argument213 for icam in range(len(cam_times)-1):[all …]