mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
migration: github.com/opencv/opencv
This commit is contained in:
@@ -27,7 +27,7 @@ font = cv2.FONT_HERSHEY_SIMPLEX
|
||||
color = (0, 255, 0)
|
||||
|
||||
cap = cv2.VideoCapture(0)
|
||||
cap.set(cv2.CAP_PROP_AUTOFOCUS, False) # Known bug: https://github.com/Itseez/opencv/pull/5474
|
||||
cap.set(cv2.CAP_PROP_AUTOFOCUS, False) # Known bug: https://github.com/opencv/opencv/pull/5474
|
||||
|
||||
cv2.namedWindow("Video")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user