Update ColorPicker.py

This commit is contained in:
Siwat Sirichai 2022-12-10 11:17:21 +07:00
parent c64514ba40
commit 7d7518f565
1 changed files with 1 additions and 1 deletions

View File

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