Hi.
Someone know how i could to print snapshots of all cam configured in the same card view ? Actually I need to choice only one cam via the selector and change cam to see the snapshots. I would see them in timeline for all cam.
Thx.
@dermotduffy Can confirm, but I don’t think that the frigate card currently supports a unified view of all cameras events
With the v4 pre-release of the card you can add camera dependencies. A dependency will show all thumbnails/events for another camera (or all other cameras) for a given camera. For example, in the below, looking at snapshots/clips for camera.front_door
will also show the snapshots/clips for camera.back_yard
.
type: custom:frigate-card
cameras:
- camera_entity: camera.front_door
dependencies:
all_cameras: true
- camera_entity: camera.back_yard
I think this is what you’re after. If not, please open a feature request clearly describing the desired behavior.
Thanks!
1 Like
Thx for the answer and for the job achieved !
I will test the v4.