This commit is contained in:
Nicolas Mowen 2025-04-09 19:39:29 -06:00
parent 6279e8fa3a
commit 8a0f4e195d

View File

@ -71,14 +71,6 @@ class TrackedObject:
self.velocity_angle = 0
self.path_data = []
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
def max_severity(self) -> Optional[str]: