From 60c88a2a6b55257b88fcdadc2be960131af85cb7 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:58:55 -0500 Subject: [PATCH] logger level warning --- 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 aa8bdf5f3..4324867ce 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.info( + logger.warning( f"Autotracker: motion estimator couldn't get transformations for {camera_name} at frame time {frame_time}" ) self.coord_transformations = None