https://github.com/havendv/motiondetector
Finds motion on a video and saves it as images
https://github.com/havendv/motiondetector
Last synced: 4 months ago
JSON representation
Finds motion on a video and saves it as images
- Host: GitHub
- URL: https://github.com/havendv/motiondetector
- Owner: HavenDV
- License: mit
- Created: 2015-10-18T11:47:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T10:18:57.000Z (over 8 years ago)
- Last Synced: 2025-06-09T22:48:28.356Z (4 months ago)
- Language: C#
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# MotionDetector [](https://github.com/HavenDV/MotionDetector/search?l=C%23)
Branches
========master (stable)
---------------
Travic CI(Mono) | AppVeyor
--------------- | -------------
[](https://travis-ci.org/HavenDV/MotionDetector) | [](https://ci.appveyor.com/project/HavenDV/MotionDetector/branch/master)# Requirements
+ msvc14+/mono4.6.2+# Contacts
* [mail](mailto:havendv@gmail.com)MotionDetector - This program detect all moves in video
# Linux
Preinstall:
```
sudo apt install mono-complete git nuget
```Launch:
```
rm -r -f MotionDetector
git clone https://github.com/HavenDV/MotionDetector
nuget restore MotionDetector/MotionDetector.sln
xbuild MotionDetector/MotionDetector.sln /p:Configuration=Release
MotionDetector/MotionDetector/bin/Release/Detector.exe
```