Reset stats remotely http

bishop20012

Young grasshopper
Dec 29, 2017
38
11
Greetings,

Is there a way to reset the stats of all your cameras remotely with a rest command or something?

Thanks,
 
Using the JSON API, you can.

1703114721050.png

UI3 does not have a button for it, but can still make it a little easier for you. Open UI3, then open the browser developer tools, and paste ExecJSON({ cmd: "camlist", reset: 1 });
 
In BI's HTTP commands there's:
Code:
http://BI-Server-IP:BI-Server-Port/admin?camera=CameraShortName&reset&user=Username&pw=Password
 
  • Like
Reactions: bp2008