mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Add rk1808 detector type
This commit is contained in:
parent
6508228d3e
commit
32cf5b9f97
@ -47,6 +47,7 @@ class FrigateBaseModel(BaseModel):
|
||||
class DetectorTypeEnum(str, Enum):
|
||||
edgetpu = "edgetpu"
|
||||
cpu = "cpu"
|
||||
rk1808 = "rk1808"
|
||||
|
||||
|
||||
class DetectorConfig(FrigateBaseModel):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user