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

Web: Support ONVIF event types #663

Open
curtishall opened this issue Feb 21, 2024 · 0 comments
Open

Web: Support ONVIF event types #663

curtishall opened this issue Feb 21, 2024 · 0 comments
Assignees

Comments

@curtishall
Copy link
Member

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

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

No branches or pull requests

3 participants