forked from Github/frigate
Support manual detections in review items (#10784)
* Only update frame time if it is older * Support manual detections as review items * Don't handle api detections in recordings * Store recordings for manual events
This commit is contained in:
@@ -13,6 +13,7 @@ SOCKET_SUB = "ipc:///tmp/cache/detect_sun"
|
||||
|
||||
class DetectionTypeEnum(str, Enum):
|
||||
all = ""
|
||||
api = "api"
|
||||
video = "video"
|
||||
audio = "audio"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user