Breakthrough / DVR-Scan

:vhs: Tool for extracting scenes with motion from videos (e.g. security camera or DVR footage). Written in Python, uses OpenCV.
http://www.dvr-scan.com/
Other
362 stars 47 forks source link

Scanning one day of CCTV produced 765gb or 900,000 files #127

Closed 9812ga98sd closed 1 year ago

9812ga98sd commented 1 year ago

Scanning one day of CCTV produced 765gb or 900,000 files dvr-scan -i input/*.mp4 -d output/ -b MOG2_CUDA

Is the sensitivity too high? I left it at default. Windows 10

Breakthrough commented 1 year ago

It depends on your use case. The defaults aren't really tuned on a large dataset, so tweaking the sensitivity may be required in your case. You may also want to limit the detection region.

See the documentation for the various detector options for a starting point for tuning for your application. Hope this helps, thanks.