Skip to content
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

Open
wants to merge 18 commits into
base: dev
Choose a base branch
from
Open

Modifications to enable server side motion confidence limits #45

wants to merge 18 commits into from

Conversation

fuzion9
Copy link

@fuzion9 fuzion9 commented Feb 4, 2018

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)

package.json Outdated
@@ -19,13 +19,15 @@
"homepage": "https://github.com/moeiscool/Shinobi#readme",
"dependencies": {
"body-parser": "^1.15.2",
"canvas": "^1.6.9",
Copy link
Collaborator

@moeiscool moeiscool Feb 4, 2018

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.

Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants