-
Notifications
You must be signed in to change notification settings - Fork 127
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
Image entities with zone (camera_zone_object and zone_object) #679
Comments
This can already be controlled by MQTT -> required_zones in the frigate config |
I am not sure how it would help for this specific issue. Do you mean that using Like I wrote, as an alternative solution, I can snapshot the camera for a specific zone and save it somewhere as |
along with |
Ok thank you. That's not what I need because the image and zone I need depend on the scenario. |
I second this request.. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still interested |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still interested |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still interested |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still interested |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still interested |
Is your feature request related to a problem? Please describe.
It would be great to have
image
entities per object type for each zone (of each camera or globally).Currently, they are created per object type for each camera.
The issue is that you may not want to update the image when the object is not in the zone you want.
Also, you may want the latest object event in a specific zone that is covered by multiple cameras.
image.camera_zone_object
Use case: I have one camera in the garden, but I would like to show on my dashboard the latest image of someone in the
garden
zone, not in thecrop_field zone
.image.zone_object
Since we have sensors for zones (
occupancy
andcount
), I think it could be great to also haveimage
.Use case: I would like to show on my dashboard the image of the latest person in my garden with two cameras pointing to it.
Describe the solution you'd like
Create additional entities with this format (
camera_zone_object
):image.frontyard_street_car
image.frontyard_street_person
image.frontyard_driveway_car
image.frontyard_driveway_person
Create additional entities with this format (
camera_zone_object
):image.street_car
image.street_person
image.driveway_car
image.driveway_person
Describe alternatives you've considered
Snapshot manually the camera entity on MQTT event.
Additional context
None
The text was updated successfully, but these errors were encountered: