roflcoopter / viseron

Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor.
MIT License
1.51k stars 155 forks source link

v3.0.0 - Continuous recordings #716

Open roflcoopter opened 3 months ago

roflcoopter commented 3 months ago

This is a pretty massive PR that brings a number of new features and improvements.

Features

24/7 recordings

The main feature developed here is the option of having 24/7 recordings. With this comes a new component, storage which will allow you to retain data based on time (like it is today) and based one consumed space. This allows you to use your storage to its maximum.

Storage Tiers

Another feature of the storage component are tiers. They allow you to store recordings on multiple media. Say you have one 256GB SSD and a 1TB HDD, you can keep the most recent recordings on the SSD for fast access while offloading the older recordings to the HDD for archiving.

Timeline

To easily view 24/7 recordings, a new Timeline view is available. It currently shows continuous recordings, motion events, detected objects. Face recognition and License plate recognition will be available soon as well

Events

The Events view is a more concise view than the Timeline. Here you can scroll through and view all the Events. You cannot view 24/7 recordings here.

Breaking Changes

Tasks:

netlify[bot] commented 3 months ago

Deploy Preview for viseron ready!

Name Link
Latest commit c43c791316ff47021e9a6a91ed43fd3664fb7f31
Latest deploy log https://app.netlify.com/sites/viseron/deploys/668023a994e66700080bd3f1
Deploy Preview https://deploy-preview-716--viseron.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
2.0% Duplication on New Code

See analysis details on SonarCloud