Skip to content

v1.2.1 Better Video Preprocessing

Compare
Choose a tag to compare
@valentinfrlch valentinfrlch released this 22 Oct 11:25
· 36 commits to main since this release

Changelog

Blueprint

  • 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.
  • #72 Fixed max_tokes for Ollama
  • Removed an error log that was triggered when a temporary directory could not be deleted because it did not exist.
  • Removed unnecessary info level logging

Deprecations

  • The interval parameter will be removed in v1.2.2.