Is it Possible to Remove Date Time From Camera Feed With Web UI?

Have some questions or having issues with the Amcrest WebUI? Post them here for the mods and other users to assist you.
Post Reply
ultimatecodewarrior
Posts: 26
Joined: Mon Jan 13, 2025 3:04 pm

Is it Possible to Remove Date Time From Camera Feed With Web UI?

Post by ultimatecodewarrior »

So this Amcrest Document on page 279 talks about Getting and Setting the GUI Set, which would display what settings are enabled that control the GUI that is superimposed on top of the video feed.

Code: Select all

https://drive.google.com/file/d/1VM2Tb-q4PhmZuvLxSk5OwWInbFxUuTR-/view

I tried to read the settings, but got an Error
http://192.168.1.108/cgi-bin/configManager.cgi?action=getConfig&name=GUISet
Error
Bad Request!

Was hoping to follow through with a:
http://192.168.1.108/cgi-bin/configManager.cgi?action=setConfig&GUISet[0].TimeTitleEnable=false
and this would disable the DateTIme in the upper right.     Of course this didn't work either.  


Is there a newer version of the API out there?   Why didn't this work?

http://192.168.0.109/cgi-bin/magicBox.cgi?action=getDeviceClass
class=IPC


http://192.168.0.109/cgi-bin/magicBox.cgi?action=getDeviceType
type=IP8M-T2599EW-AI-V3

http://192.168.0.109/cgi-bin/magicBox.cgi?action=getHardwareVersion
version=1.00

http://192.168.0.109/cgi-bin/magicBox.cgi?action=getSoftwareVersion
version=2.880.00AC001.0.R,build:2023-09-07

So this was the HTTP Api Version,
http://192.168.0.109/cgi-bin/IntervideoManager.cgi?action=getVersion&Name=CGI
version=2.84
The HTTP API document claims it is V 3.26, so there is a mismatch between the Camera's HTTP API 2.84. Anyway to bridge this Gap?
Post Reply