Timeline
LLM Vision can remember analyzed events in a timeline. To make use of the remember feature in image_analyzer
, video_analyzer
and stream_analyzer
, you need to set up LLM Vision Timeline first.
Find
LLM Vision
on your Integrations page in Settings.Select
Add Entry
.Choose
Timeline
from the list.Choose for how long events will be remembered. (Use
0
to disable auto deletion)Submit
(Optional): Install the Timeline Card to view events on your dashboard.
Adding Events to the Timeline
Analyzers
image
, video
and stream
analyzers have a remember
parameter which can be used to add analyzed events to the Timeline automatically. For best results you should also enable:
generate_title
: To generate a title for the event. Otherwise 'Motion detected' will be used.expose_image
: To store the keyframe. Otherwise there won't be an image of the event.
Custom Events
You can add custom events without using one of the analyzers. LLM Vision exposes a remember
action. See remember
usage.
Last updated
Was this helpful?