change log type to info

This commit is contained in:
Josh Hawkins 2023-09-28 12:58:17 -05:00
parent 4a36c82c85
commit 14043ff552

View File

@ -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