We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of #662, allow the web UI to poll the camera to see event types...these should (always?) be in located nested in the /RuleEngine response:
EVENT: 2024-02-21T00:59:55.000Z RuleEngine/CellMotionDetector/Motion PROP:Initialized SRC:VideoSourceConfigurationToken=000 DATA:IsMotion=false EVENT: 2024-02-21T00:59:55.000Z RuleEngine/MyRuleDetector/FaceDetect PROP:Initialized SRC:Source=VideoSourceToken DATA:State=false EVENT: 2024-02-21T00:59:55.000Z RuleEngine/MyRuleDetector/PeopleDetect PROP:Initialized SRC:Source=VideoSourceToken DATA:State=false EVENT: 2024-02-21T00:59:55.000Z RuleEngine/MyRuleDetector/VehicleDetect PROP:Initialized SRC:Source=VideoSourceToken DATA:State=false EVENT: 2024-02-21T00:59:55.000Z RuleEngine/MyRuleDetector/DogCatDetect PROP:Initialized SRC:Source=VideoSourceToken DATA:State=false
Then modify the web UI schedule to support selected types
The text was updated successfully, but these errors were encountered:
JahleelAbraham
No branches or pull requests
Part of #662, allow the web UI to poll the camera to see event types...these should (always?) be in located nested in the /RuleEngine response:
Then modify the web UI schedule to support selected types
The text was updated successfully, but these errors were encountered: