I think I am missing a step somewhere to get this to work.
My camera worked fine in the Raspbian OS, now using Hass.io I can’t get it to work.
In the configuration.yaml I have
camera:
- platform: ffmpeg
name: Basement
input: !secret basement_cam - platform: ffmpeg
name: Door
input: !secret door_cam - platform: rpi_camera
the 2 ffmpeg cameras work fine
and then in my ui-lovelace.yaml
- type: picture-glance
title: Garage
entities: []
camera_image: camera.raspberry_pi_camera
I am not even sure where to start looking for the issue.
Any hints please?
Thanks