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

Events: Provide a webhook for storing AI events coming from devices #596

Open
halimb opened this issue Mar 12, 2025 · 0 comments
Open

Events: Provide a webhook for storing AI events coming from devices #596

halimb opened this issue Mar 12, 2025 · 0 comments
Assignees
Labels
api Related to API (endpoints, docs) ml Related machine learning

Comments

@halimb
Copy link
Member

halimb commented Mar 12, 2025

Description

Currently, ex_nvr can receive LPR (ANPR) events from a camera and store them in a local table + serve them via an API endpoint.

To extend this system to other types of events (e.g.: human detection; line-crossing...etc) we need:

  • a generic webhook that accepts events coming from different devices (providers)
  • a table to store the data received by the webhook
  • an API endpoint to serve the stored events to the interested parties
@halimb halimb self-assigned this Mar 12, 2025
@halimb halimb added api Related to API (endpoints, docs) ml Related machine learning labels Mar 12, 2025
@halimb halimb changed the title Events: Provide a webhook for storing generic events coming from devices Events: Provide a webhook for storing AI events coming from devices Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to API (endpoints, docs) ml Related machine learning
Projects
None yet
Development

No branches or pull requests

1 participant