J jzobel n3wb Nov 16, 2021 29 6 NY Sep 26, 2023 #1 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
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 Getting comfortable Mar 26, 2020 1,102 344 Croatia,Zagreb Sep 27, 2023 #2 Will get you tomorrow. Got one at company running, will check out in inspect element what request it does
Will get you tomorrow. Got one at company running, will check out in inspect element what request it does
trempa92 Getting comfortable Mar 26, 2020 1,102 344 Croatia,Zagreb Sep 28, 2023 #3 Swipe Wiper manualy: PUT Method http://IPADDRESSORT/ISAPI/PTZCtrl/channels/1/manualWiper Digest Auth No body msg Wiper Settings: PUT Method http://IPADDRESSORT/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 Reactions: alastairstevenson
Swipe Wiper manualy: PUT Method http://IPADDRESSORT/ISAPI/PTZCtrl/channels/1/manualWiper Digest Auth No body msg Wiper Settings: PUT Method http://IPADDRESSORT/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