SvenVD / rpisurv

Raspberry Pi surveillance
https://community.rpisurv.net
GNU General Public License v2.0
610 stars 101 forks source link

More responsive image updates #181

Open EnriqueWood opened 9 months ago

EnriqueWood commented 9 months ago

I've been working with rpisurv for a while now and noticed something about how it handles and reacts image changes. It feels like the system checks for image updates a bit slow, after I change an image it takes a while to update the image shown.

Is this tied to the interval_check_status in the general.yml file?

Is there a way to check images more often than streams?

I don't want my streams to be refreshing all the time because all of them have to reconnect and that takes time, which leaves me with a black screen for some seconds (around 5 seconds in my setup), however, for local images that is almost instantly (I have an external program changing images in response to events in my house security system).

Thank you for such a great project!

Also, could you give me some pointers to where do I have to look in the code to implement it myself in case you don't have the time/don't want to do it yourself?

SvenVD commented 8 months ago

yes, interval_check_status is the refresh timer for images, but is also the refresh timer for each watchdog to wakeup for probing the health of each camera stream. Currently you can not set different values for those two. But try lowering and see if it works for you.