From 71138ef021bb59fb702aa64a44d2ec719f1f194c Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 29 Jul 2014 16:35:01 +0100 Subject: [PATCH] Add note that the 'libdc1394 error' thrown by OpenCV is harmless --- docs/core_components/images/feature_detection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core_components/images/feature_detection.rst b/docs/core_components/images/feature_detection.rst index 1d57b5a458..fc2586b04f 100644 --- a/docs/core_components/images/feature_detection.rst +++ b/docs/core_components/images/feature_detection.rst @@ -54,7 +54,7 @@ You can test that OpenCV can be seen by Wagtail by opening up a python shell (wi import cv -If you don't see an ``ImportError``, it worked. +If you don't see an ``ImportError``, it worked. (If you see the error ``libdc1394 error: Failed to initialize libdc1394``, this is harmless and can be ignored.) Switching on feature detection in Wagtail