mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
Remove
This commit is contained in:
parent
6279e8fa3a
commit
8a0f4e195d
@ -71,14 +71,6 @@ class TrackedObject:
|
|||||||
self.velocity_angle = 0
|
self.velocity_angle = 0
|
||||||
self.path_data = []
|
self.path_data = []
|
||||||
self.previous = self.to_dict()
|
self.previous = self.to_dict()
|
||||||
self.requires_face_detection = (
|
|
||||||
self.camera_config.face_recognition.enabled
|
|
||||||
and "face" not in self.camera_config.objects.track
|
|
||||||
)
|
|
||||||
self.requires_lpr_detection = (
|
|
||||||
self.camera_config.lpr.enabled
|
|
||||||
and "license_plate" not in self.camera_config.objects.track
|
|
||||||
)
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def max_severity(self) -> Optional[str]:
|
def max_severity(self) -> Optional[str]:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user