I need to start Two way audio with Door Station camera Hikvision (DS-KV8102-IP) I am using Curl to test:
curl --digest -u admin:admin http://192.168.1.224:8102/ISAPI/System/status
It return:
Warning: Binary output can mess up your terminal. Use "--output -" to tell
Warning: curl to output it to your terminal anyway, or consider "--output
Warning: <FILE>" to save to a file.
I set http port for this camera is 8102 but it did not make scene. I also tested with ivs4200 which provided by Hikvision: Camera ran fine. I have change port from 1-9999 but there are no any port work in this case.
I have test with other camera: DS-2CD2143G0-I, DS-2DE2A404IW-DE3. It ran fine.
Do you have any command to make this camera work? Do I need to change port or anything on this camera?
DS-KV8102-IP (and all this series) has no webGUI and cannot enable CGI. It only supports SDK from Hikvision website. I got those information from Hikvision technical support team.