From ed4b409b188e32233cf553e21470d3055713a2b5 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Mon, 19 Sep 2022 14:07:03 +0200 Subject: [PATCH] :sparkles: --- Examples/opencv2-python/gstreamer/Example1/example1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/opencv2-python/gstreamer/Example1/example1.py b/Examples/opencv2-python/gstreamer/Example1/example1.py index 6c3544d..97961e1 100644 --- a/Examples/opencv2-python/gstreamer/Example1/example1.py +++ b/Examples/opencv2-python/gstreamer/Example1/example1.py @@ -1,7 +1,7 @@ # This script shows how to open a camera in OpenCV and grab frames and show these. # Kim S. Pedersen, 2022 -from cv2 import cv2 # Import the OpenCV library +import cv2 # Import the OpenCV library def gstreamer_pipeline(capture_width=1024, capture_height=720, framerate=30):