@gtbkr25 - From the Amcrest (or Dahua) HTTP API guide, this command will return the current
AD110 Night Vision MODE setting (
Off, Auto, or ForceOn) along with a light intensity setting...
http://<ip_address>/cgi-bin/configManager.cgi?action=getConfig&name=Lighting
table.Lighting[0][0].MiddleLight[0].Light=20
table.Lighting[0][0].Mode=Auto
I tested it by changing the night vision setting in the SmartHome app, and the AD110 properly returns the values expected.
The command to turn off NightVision (or the IR)
on cameras which support the API is:
http://<ip_address>/cgi-bin/configManager.cgi?action=setConfig&Lighting[0][0].Mode=Off
I have NOT tested this, and do not know if this will actually work on the AD110 as it doesn't fully implement the full API spec, as
@mcorzine can confirm. Also be aware that changing some configurations on the AD110 via the API can be risky.
Please do let us know if it worked!