IPC-T58IR-SE-S3 API to switch from Day to Night profiles, not just color vs b/w

pyrodex

n3wb
Dec 19, 2015
7
0
I am trying to find the proper API call on the IPC-T58IR-SE-S3 series to switch from Day to Night profiles, the only ones I can find out there do not change the profiles but merely switches the camera's Day/Night settings from Color to B/W but I want to switch from Day to Night profile fully which includes other tuning settings of course like Exposure and etc.

I've tried the Day/Night switch but in two of my locations due to the lighting situation it is playing hell with that and I would like to manually work on the flip myself. Here is an example... Also what is causing the banding? Thanks for any API knowledge to share.


View attachment clip-2.mp4
 
Probably this works for your camera also (I use curl from Linux server on a schedule):
To set day profile: curl -s -g -k --digest -u <username>:<password> "https://<cameraIP>/cgi-bin/configManager.cgi?action=setConfig&VideoInOptions[0].NightOptions.SwitchMode=0"

To set night profile: curl -s -g -k --digest -u <username>:<password> "https://<cameraIP>/cgi-bin/configManager.cgi?action=setConfig&VideoInOptions[0].NightOptions.SwitchMode=3"