diff --git a/ColorPicker.py b/ColorPicker.py index c3f858c..6614992 100644 --- a/ColorPicker.py +++ b/ColorPicker.py @@ -2,7 +2,7 @@ import cv2 import numpy as np frameWidth = 640 -frameHeight = 480 +frameHeight = 480 cap = cv2.VideoCapture(1) cap.set(3, frameWidth) cap.set(4, frameHeight)