From 0c1fa7f6d452fcccd196904afc1fb01fab2ad314 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Wed, 21 Dec 2022 14:43:49 +0100 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d14ab5a7..560318a2 100644 --- a/README.md +++ b/README.md @@ -637,6 +637,14 @@ make -j$(nproc) sudo make install ``` +You can check that OpenCV has been installed correctly by running: + +``` +python3 -c 'import cv2; print(cv2.getBuildInformation())' +``` + +And verifying that the output contains `GStreamer: YES`. + Videos can be published with `VideoWriter`: ```python