Two Camera Streams side by side

Anyone ever get anywhere with this? I’ve been trying to get my cameras broken out horizontally. Even with groups they still just stack:

Config:

cameras2:
  name: Cameras2
  view: yes
  entities:
    - group.camera_driveway
    - group.camera_patio

camera_driveway:
  name: Driveway Group
  entities:
    - camera.driveway

camera_patio:
  name: Patio Group
  entities:
    - camera.patio

Not to the best of my knowledge… I have 10 cameras in a straight line down :cry:

Any luck with this? Also having the same issue.

Same problem here. I need help!

Same problem

This is still a problem. How do I raise a trouble ticket?

The work around has been to put two cameras in a group, then create another group with the camera groups, and it displays side by side.

  camera_group:
    name: Cameras
    view: yes
    icon: mdi:cctv
    entities:
      - group.camera_group_1
      - group.camera_group_2

  camera_group_1:
    view: no
    entities:
      - camera.front_door_snapshot
      - camera.nyc

  camera_group_2:
    view: no
    entities:
      - camera.nyc1
      - camera.nyc2

2 Likes