Add rk1808 detector type

This commit is contained in:
Nick Mowen 2022-08-10 12:43:15 -06:00
parent 6508228d3e
commit 32cf5b9f97

View File

@ -47,6 +47,7 @@ class FrigateBaseModel(BaseModel):
class DetectorTypeEnum(str, Enum):
edgetpu = "edgetpu"
cpu = "cpu"
rk1808 = "rk1808"
class DetectorConfig(FrigateBaseModel):