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

feat: create different modes for my cameras #38

Open
mxmaxime opened this issue Aug 5, 2020 · 0 comments
Open

feat: create different modes for my cameras #38

mxmaxime opened this issue Aug 5, 2020 · 0 comments
Assignees
Labels
feature request Real feature for the end user thinking This is not ready to be develop yet.

Comments

@mxmaxime
Copy link
Collaborator

mxmaxime commented Aug 5, 2020

User Story

I have a front door camera, the day I want it to detect people but the night I want it to act as security alarm station.

Technically

I do not want to define these kind of specifications on the camera device/program. Its job is to detect if somebody is here and send mqtt message.

Then, the main program receive the mqtt message "hey, somebody is here" with the device_id (used for localisation). Now we can decide what to do, is the system on security mode? Only detect people? And what to do accordingly. This mode is set on device level to be able to:

  • Says that my outdoor front camera is on detection mode (notify me and that's it).
  • And in the same times, says that my inside cameras are on security mode if I'm not here.

Decide what to do: call it scenario.

Thinking

But if I do this, do I need to have two separate entities: alarm and camera. Alarm loose its meaning 🤔
I would have a camera, which:

  • detects or not: object detection link to it.
  • stream or not

And alarm schedule would become "camera schedule" to update is_detection.

@mxmaxime mxmaxime added enhancement Improve internal stuffs thinking This is not ready to be develop yet. labels Aug 5, 2020
@mxmaxime mxmaxime added this to To do in Not planed yet via automation Aug 5, 2020
@mxmaxime mxmaxime added feature request Real feature for the end user and removed enhancement Improve internal stuffs labels Sep 10, 2020
@mxmaxime mxmaxime changed the title Create different modes for my cameras feat: create different modes for my cameras Sep 10, 2020
@mxmaxime mxmaxime removed this from To do in Not planed yet Sep 10, 2020
@mxmaxime mxmaxime added this to To do in v0.2.0 via automation Sep 10, 2020
@mxmaxime mxmaxime added this to the v0.2.0 milestone Sep 10, 2020
@mxmaxime mxmaxime removed this from To do in v0.2.0 Apr 6, 2021
@mxmaxime mxmaxime removed this from the v0.2.0 milestone Apr 6, 2021
@mxmaxime mxmaxime self-assigned this Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Real feature for the end user thinking This is not ready to be develop yet.
Projects
None yet
Development

No branches or pull requests

1 participant