We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93b44a commit e882ad3Copy full SHA for e882ad3
sobel.py
@@ -114,6 +114,10 @@ def nothing(x):
114
cap.set(cv2.CAP_PROP_FRAME_HEIGHT, args.set_resolution[1])
115
cap.set(cv2.CAP_PROP_FRAME_WIDTH, args.set_resolution[0])
116
117
+ print("INFO: camera resolution : (",
118
+ cap.get(cv2.CAP_PROP_FRAME_WIDTH), "x",
119
+ cap.get(cv2.CAP_PROP_FRAME_HEIGHT), ")")
120
+
121
while (keep_processing):
122
123
# if video file successfully open then read frame from video
0 commit comments