rroller / dahua

Dahua Camera and Doorbell Home Assistant Integration
MIT License
404 stars 82 forks source link

What’s the best way to display camera on dashboard? #382

Open deadrubberboy opened 3 months ago

deadrubberboy commented 3 months ago

Hello! When I add the stream entity it’s just an icon not the actual stream or thumbnail. Is this possible? Would like similar functionality as HomeKit dashboard.

deadrubberboy commented 2 months ago

Hello?

jgverweij commented 2 months ago

You can use a picture-entity card:

type: picture-entity
entity: camera.dahua_sub_2
camera_view: live
show_state: false
show_name: false

For low latency you could also try: https://github.com/AlexxIT/WebRTC

This requires more configuration

deadrubberboy commented 2 months ago

Thank you!