You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added option to only send notifications for important events using AI
Features
video_analyzer and stream_analyzer now have a max_frames parameter. The most relevant frames will then be picked accordingly. This replaces the interval parameter which will be deprecated in the next release. Make sure you change your automations until then!
Bug fixes
If an image fetch fails, fetch will retry. This could occur when the camera stream was not preloaded.
Fixes a blocking call in video_analyzer
Fixes a bug that would resize images even when target_width wasn't set.