Configure Foscam C1 V3 in Lovelace UI

Hi,

I need to view camera video in cards with Lovelace UI. Have put this config and automatic snapshot refress all 10s :
cards:

  • type: picture-glance
    title: Caméra Salon
    image:
    camera_image: camera.foscamC1
    entities:
    - camera.foscamC1
    - light.cuisine

My problem : i can’t click on camera image to up camera view and automatic refresh all 1s as defaut UI HA.

Functionnality OK with defaut UI of Home assistant but nothing with Lovelace UI when i click on image.

here what I want to do : https://youtu.be/6FX9_leiikw?t=9

Thanks and have a good day

This is what I had in my LoveLace UI to display 3 cameras in seperate cards. If I clicked on one it showed me a near live feed

  - id: 5069d19bc83242f8934ea00b8cbd6cda  # Automatically created id
    type: picture-entity
    title: Lounge Camera
    entity: camera.lounge_camera
    camera_image: camera.lounge_camera
    show_info: true
    tap_action: dialog
  - id: ded21ed9e1cc4b15908ae415e96e358c  # Automatically created id
    type: picture-entity
    title: Office Camera
    entity: camera.office_camera
    camera_image: camera.office_camera
    show_info: true
    tap_action: dialog
  - id: a2e48fb2dedc40f0ad83db89aac80eee  # Automatically created id
    type: picture-entity
    title: Kitchen Camera
    entity: camera.kitchen_camera
    camera_image: camera.kitchen_camera
    show_info: true
    tap_action: dialog

I don’t think it’s you :slight_smile: I have the same issue since upgrade to 0.83.x. On my end, using a Chrome browser on a Dell laptop with a touch screen; if I tap the image, I get a full size, real time camera display. If I click on it with my mouse… nothing.

Thanks for answers. I’m on Raspberry Pi3 B+.

I try tonight the code. If fail, wait next update.

So, it’s same problem with your code. wait an update