logger level warning

This commit is contained in:
Josh Hawkins 2023-09-28 14:58:55 -05:00
parent 14043ff552
commit 60c88a2a6b

View File

@ -113,7 +113,7 @@ class PtzMotionEstimator:
) )
except: except:
# sometimes opencv can't find enough features in the image to find homography, so catch this error # 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}" f"Autotracker: motion estimator couldn't get transformations for {camera_name} at frame time {frame_time}"
) )
self.coord_transformations = None self.coord_transformations = None