Curl not picking all info

andycots

Getting the hang of it
Joined
Feb 21, 2015
Messages
172
Reaction score
81
Location
West Yorkshire, UK
Hi, i have managed to get curl to read my Hik camera setting and create the xml file, during the day time i have wdr enabled, then on a night i disable wdr and enable slow shutter to get more light on my image, but for some reason the xml file does no have any slow shutter settings in there. The day bat file is working but when i try the night one the image flickers, so i know it has recieved the request, but the wdr stays on and no slow shutter. I have put the day and night time xml's below.

Andy

Can a mod move to Hik area please
 

Attachments

Last edited:

xdq

Young grasshopper
Joined
Jun 12, 2017
Messages
48
Reaction score
19
Location
m
Have you tried manualy setting it to your night mode then using the curl request to change it to day? What happens?

What command are you using?

Mine is:
rem ### Hikvision Back Garden Camera ###
rem ### Set camera to night mode
curl -T back_garden_cam_night.xml http://user:pass@ip_address/image/channels/1
 
Top