Page 1 of 1

Trigger an event when camera restarted from android app

Posted: Wed Apr 10, 2024 6:25 pm
by PeteDD
I use the Android Blue Iris app a lot to view my cameras, especially when away from home. This works great.
Occasionally, one of the cameras will hang and the only solution is to cycle the power on the camera. "Reboot Device" nor "Restart" work to adequately reset the camera in this situation.
To solve this, I have an ESP32/WiFi/Relay board which I can trigger from a web page (or with an http message) to momentarily cut the power to an individual camera or all of the cameras to accomplish the power cycling.
What I would like to do is combine that functionality with the Android app such that when I send either the "Restart" or the "Reboot Device" command from the Android app that the Blue Iris app sends an http message (web request)
to the ESP32 board. I know how to do this for example with a trigger event but have not yet found where (if anywhere) in the Blue Iris app that I can set up a web request when the camera is reset.
Can anyone point me in the right direction?
Thanks!

Re: Trigger an event when camera restarted from android app

Posted: Thu Apr 11, 2024 10:26 pm
by PeteDD
Wow... I didn't think I could stump this brilliant group so easily...