Anybody Have the API for Hikvision Wiper

jzobel

n3wb
Joined
Nov 16, 2021
Messages
26
Reaction score
6
Location
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
 

trempa92

Pulling my weight
Joined
Mar 26, 2020
Messages
770
Reaction score
243
Location
Croatia,Zagreb
Will get you tomorrow. Got one at company running, will check out in inspect element what request it does
 

trempa92

Pulling my weight
Joined
Mar 26, 2020
Messages
770
Reaction score
243
Location
Croatia,Zagreb
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
 
Top