mirror of
https://github.com/vladmandic/automatic
synced 2026-08-25 22:20:46 +02:00
a6b4614e25
The VideoCapture is stored in cap, but the per-frame read and skip/yield guards referenced video, which is set to None at function entry and never reassigned. As a result only the first frame of a video input was processed. Co-Authored-By: Claude <noreply@anthropic.com>