scan_video
- scan_video(path: str, rects: list[list[int]], thresholds: list[int], empty: int, black: bool) dict[int, np.ndarray | None][source]
Scans a video, keeping only the best BGR frame per area. same as select_from_grays but retains one frame per area instead of all.