TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DVR-Scan: Detect and Extract Motion Events from Videos/Security Camera Footage

3 pointsby Breakthroughover 8 years ago

1 comment

Breakthroughover 8 years ago
Hello everyone, I just managed to get everything finished and tested this week, and am finally proud to release the first public version of DVR-Scan (version 1.0).<p>The Windows builds include all dependencies, while the source distributions will work on all platforms that have Python, NumPy, and OpenCV installed. The code should work with all versions of Python&#x2F;OpenCV; the Windows build comes integrated with Python 3.5&#x2F;OpenCV 3.1.<p>This was created after a user of my first real open source project, PySceneDetect, contacted me and wanted to know if it was possible to detect movement within a static scene (rather than detecting scene cuts&#x2F;changes), making this my second &quot;real&quot; project.<p>One major feature I&#x27;m working on implementing for the next release is the ability to use a transparent image as a mask so you can ignore some parts of the frame. That being said, even without masking I&#x27;ve achieved great results thus far, and there are plenty of other detection parameters you can tweak some other software doesn&#x27;t usually include.<p>Any comments, suggestions, or feedback you might have is most welcome.