Lovelace Dashboard to Cycle Through Camera Feeds?

I’d like to build an always-on dashboard with a single panel that cycles through (I searched on “rotate” but got a bunch of posts about turning something clockwise etc) 4 separate camera feeds, holding on screen for a few seconds each. Could be live video, a single static image, or a few snapshots in rapid succession. And then a panel next to that for weather, time etc. This would run on some always-on tablets.

Any pointers on a “Card” to do this for the cameras? I’ve searched around and found one that shows all cameras, but not one that rotates through. Thanks

Set up frigate add on and then use this card.

Also to note that the frigate card works with non frigate cameras as well

This is great. Thank you. Do you know if there is a way I can set unique times per camera i.e. one camera displays for 3 seconds but the other for 5 seconds?

Sorry to bring-up this old post - but how do you cycle through?
I can add multiple cameras - but when I remove all the buttons, how can I make the camera “slide” / change every lets say 10 seconds?
I have gone through frigate up and down and can not find anything.

This is my yaml.

      type: custom:frigate-card
      margin: 0
      padding: 0
      cameras:
        - camera_entity: camera.one
          dimensions:
            layout:
              fit: fill
        - camera_entity: camera.two
          dimensions:
            layout:
              fit: fill
        - camera_entity: camera.three
          dimensions:
            layout:
              fit: fill
        - camera_entity: camera.four
          dimensions:
            layout:
              fit: fill
        - camera_entity: camera.five
          dimensions:
            layout:
              fit: fill
      view:
        default: live
        default_reset:
          every_seconds: 4
        default_cycle_camera: true
      dimensions:
        height: 100vh
        layout:
          fit: fill
      live:
        controls:
          next_previous:
            style: none
          title:
            mode: none
        transition_effect: none
        lazy_unload: []
      menu:
        buttons:
          frigate:
            enabled: false
          live:
            enabled: false
          clips:
            enabled: false
          snapshots:
            enabled: false
          download:
            enabled: false
          frigate_ui:
            enabled: false
          fullscreen:
            enabled: false
      performance:
        features:
          animated_progress_indicator: false
      status_bar:
        style: none
1 Like

Works like a charm!
I didn’t think about the weird fact that “reset” means to cycle it :wink: