Hello,
I have a foscam FI9826P. This device support onvif protocol.
I use for test the happytime client that can display camera informations and image.
The onvif version is 2.21
In configuration.yaml file I add:
camera:
- platform: onvif
host: 192.168.1.153
username: xxxxxxxx
password: xxxxxxx
port: 80
name: entrée
in loveace I add a glance picture:
- aspect_ratio: 0%
camera_image: camera.entree
entities:
- entity: camera.entree
entity: camera.entree
image: ‘http://192.168.1.153:80/onvif/device_service’
title: entrée
type: picture-glance
camera_view: live
And I have no image…
thanks for your infos
Best regards