Update ColorPicker.py
This commit is contained in:
parent
c64514ba40
commit
7d7518f565
|
@ -2,7 +2,7 @@ import cv2
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
frameWidth = 640
|
frameWidth = 640
|
||||||
frameHeight = 480
|
frameHeight = 480
|
||||||
cap = cv2.VideoCapture(1)
|
cap = cv2.VideoCapture(1)
|
||||||
cap.set(3, frameWidth)
|
cap.set(3, frameWidth)
|
||||||
cap.set(4, frameHeight)
|
cap.set(4, frameHeight)
|
||||||
|
|
Loading…
Reference in New Issue