Search results

  1. R

    HTTP API code for Day/Night Shedule

    I checked in datasheet, possibly it has a day/night option. Try this commands: .../cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].Config[0]=0 # switch to DAY mode .../cgi-bin/configManager.cgi?action=setConfig&VideoInDayNight[0][0].Mode=Color and then...
  2. R

    HTTP API code for Day/Night Shedule

    I suppose that this camera has a steady IR-cut filter and you can't turn it off. If there is no option in camera software (via www) to switch it into the night mode (with b&w video), you will not be able to do it via HTTP commands also. Easiest way to check if you switched into night mode is to...
  3. R

    HTTP API code for Day/Night Shedule

    Thank you, this is exactly what I wanted to do. Finally these commands works: For change to shedule mode: 192.168.1.108/cgi-bin/configManager.cgi?action=setConfig&VideoInOptions[0].NightOptions.SwitchMode=2 For set the shedule...
  4. R

    HTTP API code for Day/Night Shedule

    Oh Dear! Thanks a lot. I will try your suggestions on the weekend and I will give you my feedback. Cheers! Tom
  5. R

    HTTP API code for Day/Night Shedule

    Hey, I'm using user/pass :) Just didn't want to paste it here. Problem is with API I think. Because when it's set to shedule mode manually, I also can not change it back to Normal or Night or Day via HTTP (I get OK response, but it doesn't really change camera mode). Any ideas?
  6. R

    HTTP API code for Day/Night Shedule

    Also this does'n work: curl --digest -g ".Config[1]=1&VideoInMode[0].Config[2]=2&VideoInMode[0].Mode=1']http://192.168.1.108/cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].Config[1]=2&VideoInMode[0].Config[2]=2&VideoInMode[0].Mode=1"
  7. R

    HTTP API code for Day/Night Shedule

    Hey, does anybody know why I cannot switch camera to day/night shedule mode? I get this response when set manually: curl --digest -g "http://192.168.1.108/cgi-bin/configManager.cgi?action=getConfig&name=VideoInMode" table.VideoInMode[0].Config[0]=2 table.VideoInMode[0].Config[1]=2...
  8. R

    HTTP (CGI) exposure commands doesn't work

    I've figured it out. There are many versions of HTTP API instruction and not all of commands from the newest one are working. Very unfriendly chaos.
  9. R

    HTTP (CGI) exposure commands doesn't work

    Hello everybody, I'm trying to change manually exposure parameters using HTTP commands, I get "OK" response, but I see no reaction in the video (I watch online video via RTSP). Also I've tried to change any other video parameters (like flip, rotate) and it doesn't change anything also. Here...
Top