Update link to opencv in image_process log message (#89008)
This commit is contained in:
parent
cf369ff1a5
commit
b51dadbfe6
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ def setup_platform(
|
||||||
if not CV2_IMPORTED:
|
if not CV2_IMPORTED:
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
"No OpenCV library found! Install or compile for your system "
|
"No OpenCV library found! Install or compile for your system "
|
||||||
"following instructions here: http://opencv.org/releases.html"
|
"following instructions here: https://opencv.org/?s=releases"
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue