mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
reword error message
This commit is contained in:
parent
49aa1b5da5
commit
79790908f3
@ -112,7 +112,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.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
|
self.coord_transformations = None
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user