bishop20012 Young grasshopper Dec 29, 2017 38 11 Dec 20, 2023 #1 Greetings, Is there a way to reset the stats of all your cameras remotely with a rest command or something? Thanks,
Greetings, Is there a way to reset the stats of all your cameras remotely with a rest command or something? Thanks,
bp2008 Staff member IPCT+ Member Mar 10, 2014 12,883 14,478 USA Dec 20, 2023 #2 Using the JSON API, you can. 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 });
Using the JSON API, you can. 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 });
TonyR IPCT Contributor IPCT+ Member Jul 15, 2014 20,316 48,101 Alabama Dec 20, 2023 #3 In BI's HTTP commands there's: Code: http://BI-Server-IP:BI-Server-Port/admin?camera=CameraShortName&reset&user=Username&pw=Password Reactions: bp2008
In BI's HTTP commands there's: Code: http://BI-Server-IP:BI-Server-Port/admin?camera=CameraShortName&reset&user=Username&pw=Password
bp2008 Staff member IPCT+ Member Mar 10, 2014 12,883 14,478 USA Dec 20, 2023 #4 Yeah TonyR's answer should be easier to work with, but I believe secure authentication will need to be disabled. Reactions: TonyR
Yeah TonyR's answer should be easier to work with, but I believe secure authentication will need to be disabled.