Anybody Have the API for Hikvision Wiper

jzobel

n3wb
Nov 16, 2021
29
6
NY
Want to create a preset in Blue Iris to work the wiper one time as needed. Done this with Dahua no problem. But dont know API for hikvision
 
Swipe Wiper manualy:

PUT Method
http://IPADDRESS:PORT/ISAPI/PTZCtrl/channels/1/manualWiper
Digest Auth

No body msg

Wiper Settings:

PUT Method
http://IPADDRESS:PORT/ISAPI/PTZCtrl/channels/1/Wiper
Digest Auth


Automatic wiper based on detection

Body msg:

<?xml version="1.0" encoding="utf-8"?><Wiper><wiperworkMode>auto</wiperworkMode></Wiper>

Single Wipe for manual use only:

<?xml version="1.0" encoding="utf-8"?><Wiper><wiperworkMode>single</wiperworkMode></Wiper>


Cheers
 
  • Like
Reactions: alastairstevenson