Skip to content

Commit d386303

Browse files
committed
typo
1 parent 9c2bf2a commit d386303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main():
1515
os.makedirs(OUTPUT_DIRNAME_CODE, exist_ok=True)
1616
os.makedirs(OUTPUT_DIRNAME_OBSERVE, exist_ok=True)
1717

18-
# Cameta setup (use your USB camera)
18+
# Camera setup (use your USB camera)
1919
CAMERA_INDEX = 0
2020
camera = cv2.VideoCapture(CAMERA_INDEX)
2121

0 commit comments

Comments
 (0)