Skip to content

Commit 31b5edc

Browse files
committed
fix another bug in sync
1 parent 69fcad7 commit 31b5edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cheese3d/cheese3d/synchronize

packages/cheese3d/cheese3d/synchronize/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def synchronize_videos(pipeline_cfg: SyncConfig,
237237
threshold=pipeline_cfg.led_threshold,
238238
peak_algorithm=pipeline_cfg.led_peak_algorithm,
239239
crop=ref_crop)
240-
align_params = {}
240+
align_params = {"ref": (ref_video, 0, fps)}
241241
for view, (video, crop) in videos.items():
242242
target_reader = VideoSyncReader(source=video,
243243
sample_rate=fps,

0 commit comments

Comments
 (0)