From d79f8a6a63b700df4362a7b06569dc44f4a725c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arvid=20Hahn=C3=A9?= <15071547+maanrijp@users.noreply.github.com> Date: Wed, 30 Dec 2020 18:15:58 +0100 Subject: [PATCH] Update hikvisioncam.markdown (#16050) added the settings in the Hikvision camera itself --- source/_integrations/hikvisioncam.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/hikvisioncam.markdown b/source/_integrations/hikvisioncam.markdown index 53a06ee335c..c06e6b71370 100644 --- a/source/_integrations/hikvisioncam.markdown +++ b/source/_integrations/hikvisioncam.markdown @@ -25,6 +25,10 @@ switch: host: 192.168.1.32 ``` +In the Hikvision camera settings you also need to make a few changes: +- In the camera menu navigate to Network >> Advanced Settings >> Integration Protocol. Check the 'Enable Hikvision-CGI' box and set the 'Hikvision-CGI Authentication' to 'digest/basic'. +- Make sure the camera user has the rights to change parameter settings. In the menu navigate to System Settings >> User Management >> User Management. Select the correct user, click 'Modify' en check the 'Remote: Parameters Settings' box. + {% configuration %} host: description: The IP address of your Hikvision camera, e.g., `192.168.1.32`.