From 14043ff5524cd210f65343f56bd04d66b1c810e7 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:58:17 -0500 Subject: [PATCH] change log type to info --- 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 731c26898..aa8bdf5f3 100644 --- a/frigate/ptz/autotrack.py +++ b/frigate/ptz/autotrack.py @@ -113,7 +113,7 @@ class PtzMotionEstimator: ) except: # sometimes opencv can't find enough features in the image to find homography, so catch this error - logger.error( + logger.info( f"Autotracker: motion estimator couldn't get transformations for {camera_name} at frame time {frame_time}" ) self.coord_transformations = None