Hikvision IP Camera Integration

I have a hikvision nvr and would like to get 2 way audio support in home assistant. How do I fix this? I tried go2rtc but didn’t get it working. Stream camera with Isapi is working fine.

Hi, I’m running a Hikvision camera from my doorbell at the moment and I’m having issues with the “Generic Camera” to show the snapshots for the dashboard and in HomeKit.

My config:

STILL IMAGE:
http://admin:[email protected]:80/ISAPI/Streaming/channels/101/picture

STREAM
rtsp://192.168.x.x:554/Streaming/Channels/1

PROTOCOL:
TCP

AUTH:
digest

USERNAME:
admin

PASSWORD:
password

REFRESH RATE:
15

SSL: NO


When I’m saving the settings, I’m able to see a current snapshot from the camera. When I put the Still Image URL in my browser it works great.

But when I’m looking at the HA Dashboard or when using homekit, the picture does not refresh. I’m getting an error in my HA Log:

2024-10-27 20:31:08.287 ERROR (MainThread) [homeassistant.components.generic.camera] Error getting new camera image from CAMERA: Client error '401 Unauthorized' for url 'http://admin:[email protected]/ISAPI/Streaming/channels/1/picture'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401

Someone got an Idea how I can get this running?