https://github.com/justinridings/wpf-motion-detector
A WPF Windows application that detects motion using your webcam and draws red boxes around the moving object(s).
https://github.com/justinridings/wpf-motion-detector
azure azure-storage blob-storage dotnet dotnet-core dotnet-framework image-analysis image-processing webcam
Last synced: 2 months ago
JSON representation
A WPF Windows application that detects motion using your webcam and draws red boxes around the moving object(s).
- Host: GitHub
- URL: https://github.com/justinridings/wpf-motion-detector
- Owner: JustinRidings
- License: mit
- Created: 2024-03-02T15:18:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:43:09.000Z (about 2 years ago)
- Last Synced: 2025-01-16T05:54:50.280Z (over 1 year ago)
- Topics: azure, azure-storage, blob-storage, dotnet, dotnet-core, dotnet-framework, image-analysis, image-processing, webcam
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WpfMotionDetector
A WPF application that detects motion and uses object recognition with a webcam to draw red boxes around the moving object(s). Optionally saves each frame to a local directory, and then uploads that directory to Azure Blob Storage when the camera is stopped - then deletes the local directory.