From 79790908f32d10f2dacb2fda1dc171de54414ac1 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 27 Sep 2023 22:30:24 -0500 Subject: [PATCH] reword error message --- frigate/ptz/autotrack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/ptz/autotrack.py b/frigate/ptz/autotrack.py index a85bc9287..035c22d2d 100644 --- a/frigate/ptz/autotrack.py +++ b/frigate/ptz/autotrack.py @@ -112,7 +112,7 @@ class PtzMotionEstimator: except: # sometimes opencv can't find enough features in the image to find homography, so catch this error logger.error( - f"Autotracker: motion estimator couldn't find homography for {camera_name} at frame time {frame_time}" + f"Autotracker: motion estimator couldn't get transformations for {camera_name} at frame time {frame_time}" ) self.coord_transformations = None