mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 16:42:18 +03:00
Enable temporary caching of camera images to improve responsiveness of UI (#15614)
This commit is contained in:
committed by
Blake Blackshear
parent
edab4efa42
commit
d0ad840ef4
@@ -20,6 +20,7 @@ class MediaLatestFrameQueryParams(BaseModel):
|
||||
regions: Optional[int] = None
|
||||
quality: Optional[int] = 70
|
||||
height: Optional[int] = None
|
||||
store: Optional[int] = None
|
||||
|
||||
|
||||
class MediaEventsSnapshotQueryParams(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user