We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fcad7 commit 31b5edcCopy full SHA for 31b5edc
1 file changed
packages/cheese3d/cheese3d/synchronize/core.py
@@ -237,7 +237,7 @@ def synchronize_videos(pipeline_cfg: SyncConfig,
237
threshold=pipeline_cfg.led_threshold,
238
peak_algorithm=pipeline_cfg.led_peak_algorithm,
239
crop=ref_crop)
240
- align_params = {}
+ align_params = {"ref": (ref_video, 0, fps)}
241
for view, (video, crop) in videos.items():
242
target_reader = VideoSyncReader(source=video,
243
sample_rate=fps,
0 commit comments