custom-cards / surveillance-card

A custom component for displaying camera feeds in the style of a surveillance system.
Apache License 2.0
244 stars 36 forks source link

I have two cameras, but only one is shown (how to solve overlap)? #62

Open Klagio opened 1 year ago

Klagio commented 1 year ago

I think its below the first, how to be able to see both cameras?

I tried putting two cards but they overlap partially


      - type: custom:surveillance-card
        thumb_interval: 15
        update_interval: 2
        focus_motion: true
        recording_duration: 10
        show_capture_buttons: true
        camera_view: ''
        cameras:
          - entity: camera.1
            motion_entity: binary_sensor.nuc_i5_office_terrace1_motion

      - type: custom:surveillance-card
        thumb_interval: 15
        update_interval: 2
        focus_motion: true
        recording_duration: 10
        show_capture_buttons: true
        camera_view: ''
        cameras:
          - entity: camera.2
            motion_entity: binary_sensor.nuc_i5_office_terrace1_motion