Release 0.1.4
This is release 0.1.4 with the following changes:
- introducing the new option
imgDecodeCheckInterval
which can either be set for all or for single cams. If the option is set to a value higher than 0 the module periodically (unit is seconds) checks if the displayed cam image is still decodeable. If not the URL gets reset and a refresh of all URLs is triggered. This is to avoid freezed cam images. - introducing
minimumTimeBetweenRefreshs
which prevents to refresh the URLs to often (i.e. cause of the newimgDecodeCheckInterval
). The unit is milliseconds! - the module now tries to restore the old big cam setting if profiles get changed. So the last selected cam is displayed in big before the profile changed. To disable the new feature the new config option
restoreBigAfterProfileChange
can be set tofalse
. - fixed all issues reported by the new automatic module scanning script developed by @KristjanESPERANTO