Closed dopeytree closed 11 months ago
Frigate is always looking for motion / objects, so if the cat isn't detected either motion is not detected or the object is not detected.
Ok thanks.
Next question in Homeassistant with the lovelace card... is it possible to have a snapshot gallery that shows all snapshots with a given tag such as 'cat, dog'
Trying to have one set up for snapshots and another that cycles the latest video clips tagged with 'cat, dog'.
At present they seem to show them per camera and need manual interaction to choose next camera?
type: vertical-stack
cards:
- type: tile
entity: sensor.sun_next_rising
icon: mdi:video
hide_state: true
name: Catflix
color: teal
vertical: false
- type: custom:frigate-card
cameras:
- camera_entity: camera.barn_catflap_cat
labels: cat
live_provider: image
- camera_entity: camera.porch_cam_cat
labels: cat
live_provider: image
- camera_entity: camera.barn_cat
live_provider: image
- camera_entity: camera.road_cam_cat
live_provider: image
view:
camera_select: snapshot
update_cycle_camera: false
menu:
style: hover
live:
draggable: false
zoomable: false
lazy_load: true
show_image_during_load: false
media_viewer:
auto_pause: hidden
draggable: false
zoomable: false
auto_play: all
lazy_load: false
snapshot_click_plays_clip: true
image:
mode: camera
zoomable: false
This one is showing people when the label is set to 'cat'
type: custom:frigate-card
cameras:
- camera_entity: camera.barn
labels: cat
- camera_entity: camera.barn_catflap
labels: cat
- camera_entity: camera.porch_cam
labels: cat
view:
camera_select: snapshot
default: snapshot
menu:
style: hover
position: top
live:
draggable: false
zoomable: false
show_image_during_load: false
image:
mode: camera
zoomable: false
layout:
fit: contain
dimensions:
aspect_ratio_mode: static
that's a question for the frigate card repo, not here
Putting back to frigate.
Is it easy to create something to show the sensors to be a total per day?
and frigate's integration delivers the media per day to home-assistant but is there any way to easily filter this as per the 'tracked' items such as 'cat'.
am working through the documentation and maybe mqqt is would allow for the totals to be send and used as sensor in home-assistant. Am looking for some examples.
Played with using the build in motion sensors from frigate but they send an event on any motion rather than just the item like 'cat' and then send again when the sensor updates its state to be cleared etc.
there's not direct way to do that, the frigate api could be used directly or you could use some HA automation method
in any case the original issue is answered so closing this, feel free to create discussions for any questions like the above
Describe the problem you are having
I have 2 cameras on each side of a gate. The low down one 100% detects cats every time as they crawl under the gate. However the camera on the drive doesn't really detect cats that well.
Can I send a mqqt message or something from one camera to the other to say hey look for a cat for the next 60seconds and then go back to normal?
In specific we are talking about the barn camera always detecting cats and the porch camera which is a little bit higher not doing so much.
Version
0.12.1-367D724
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
No response
Operating system
HassOS
Install method
HassOS Addon
Coral version
USB
Network connection
Wired
Camera make and model
annke c500
Any other information that may be helpful
The bird camera in logs in currently disconnected so irrelevant.