rroller / dahua

Dahua Camera and Doorbell Home Assistant Integration
MIT License
383 stars 74 forks source link

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

Open deadrubberboy opened 2 weeks ago

deadrubberboy commented 2 weeks 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 1 day ago

Hello?

jgverweij commented 14 hours 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 13 hours ago

Thank you!