Frigate card - Clip view and snapshot view only available on 1 of 3 cameras

I have 3 cameras, two Reolink and one Tapo. They are set up identically in the HACs Frigate custom card. Yet when I select the default view for clips or snapshots, only one of the cameras, the Tapo, show pictures of the clips or snapshots. For reasons of system load, I don’t want to have them constantly showing a live view. I can switch to live view if I wish.

Anyone lead me in the right direction? I did read something about dependencies, but I’m not sure how that should be implemented.

Hi Harry,

I think you want to present the clips of all camera’s in 1 card?
Check the below code;

square: false
type: grid
columns: 1
cards:
  - type: custom:frigate-card
    cameras:
      - camera_entity: camera.1
        dependencies:
          all_cameras: true
      - camera_entity: camera.2
      - camera_entity: camera.3
    view:
      default: clips
      update_force: true
      scan:
        show_trigger_status: true
    menu:
      style: outside
      buttons:
        media_player:
          enabled: false
        timeline:
          enabled: false
        live:
          enabled: false
        snapshots:
          enabled: false
        clips:
          enabled: false
        cameras:
          enabled: false
        frigate:
          icon: mdi:arrow-left-bold
        download:
          alignment: opposing
    media_viewer:
      controls:
        title:
          mode: none
        thumbnails:
          mode: none
        timeline:
          mode: below
          window_seconds: 28800
    media_gallery:
      controls:
        thumbnails:
          show_favorite_control: false
          show_timeline_control: false
          show_download_control: false
        filter:
          mode: none

I will give it a try. Thank you. What logic is there in presenting in that way. Or is it a technical limitation?

My card is showing the latest clip first.
It’s a card where you can scroll through all clips that are recorded and saved according to the configuration in frigate.yaml

afbeelding

Are you saying it’s added as an extra card? in other words, If I have 3 cameras, I set up a fourth card just for clips from the other 3 cards?

Yes, it is an option :wink: