I could not find an option in the Android Amcrest Smart Home app to update the NTP server. The documentation suggests that the only way to configure the ADC2W is via the application - the ADC2W does not appear to have a web interface. I tried http://<IP of camera>/cgi-bin/configManager.cgi?action=getConfig&name=NTP which asked for a username/password but then failed. However, a second attempt returned:
Code: Select all
table.NTP.Address=clock.isc.org
table.NTP.Enable=false
table.NTP.Port=123
table.NTP.TimeZone=25
table.NTP.UpdatePeriod=10
Code: Select all
http://<IP of camera>/cgi-bin/configManager.cgi?action=setConfig&NTP.Address=ca.pool.ntp.org
http://<IP of camera>/cgi-bin/configManager.cgi?action=setConfig&NTP.UpdatePeriod=720
http://<IP of camera>/cgi-bin/configManager.cgi?action=setConfig&NTP.Enable=true