mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-19 23:08:08 +02:00
Add region count to database and use for motion activity (#10480)
* Add region count to database and use for motion activity * Fix test
This commit is contained in:
@@ -74,6 +74,7 @@ class Recordings(Model): # type: ignore[misc]
|
||||
objects = IntegerField(null=True)
|
||||
dBFS = IntegerField(null=True)
|
||||
segment_size = FloatField(default=0) # this should be stored as MB
|
||||
regions = IntegerField(null=True)
|
||||
|
||||
|
||||
class ReviewSegment(Model): # type: ignore[misc]
|
||||
|
||||
Reference in New Issue
Block a user