Recordings
There are three types of recordings in Viseron: event recordings, continuous recordings and manual recordings.
Event recordings
Event recordings are triggered by events such as motion detection or object detection. The recordings are saved to disk and can be viewed in the web interface on the Events tab on the Events page.
Configuration
The config option trigger_event_recording: true instructs Viseron to start recording when the event is detected.
Example configuration to record when detecting a person:
darknet: # or any other object detector component
object_detector:
cameras:
camera_one:
fps: 1
scan_on_motion_only: false
labels:
- label: person
confidence: 0.7
trigger_event_recording: true
By default, event recordings are stored for 7 days. This can be changed by setting retention rules.
The trigger_event_recording option is only available for motion and object detectors.
Viewing event recordings
To view event recordings, go to the Events tab on the Events page. Here you can see all events that have been detected and recorded.
Clicking on one will seek to the time of the event.
If you see a snapshot instead of a video when you click the event, it means that the video is no longer available. Tune your retention rules to keep the recordings longer.
Filters
Various types of filtering can be applied:
-
Any number of cameras can be selected by clicking on the Cameras button in the bottom right.
Cameras Button (highlighted in green)

-
You can filter by date by clicking on the date button in the bottom right.
Date Button (highlighted in green)

-
You can also filter by event type, such as motion or object detection. The filter menu is located next to the Events/Timeline tab selector.
Event type filter demo