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):