-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modifications to enable server side motion confidence limits #45
base: dev
Are you sure you want to change the base?
Conversation
Tortoise
Cerberus
fix default data
use post instead of query string for monitor editor
Blue Eyes White Dragon
authenticator now allows api cmds with temp key
Update installers to be more verbose
Kitty Pilar
Poem of Heroes
update fast install in readme
Conflicts: camera.js
package.json
Outdated
@@ -19,13 +19,15 @@ | |||
"homepage": "https://github.com/moeiscool/Shinobi#readme", | |||
"dependencies": { | |||
"body-parser": "^1.15.2", | |||
"canvas": "^1.6.9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
canvas probably shouldn't be here unless the machine will always have the libraries required to build it. Currently the provided installers do not install them for you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, I shouldn't have included my own package file in the push. Sorry.
Adds a field to events table (motionConfidence)
Adds conf.json object to indicate the confidence required prior to writing an event to the database (motionDetection.minDBConfidence)
Adds a new option (motion confidence) in power viewer to pull only events with a confidence > specified level (default = 40)