You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix OpenCV contiguous array error in _save_blended_frames (#512) (#513)
Apply the same np.ascontiguousarray fix from #510 to _save_blended_frames,
which was also affected by OpenCV 4.12+ requiring C-contiguous arrays for
in-place drawing operations like cv2.putText.
0 commit comments