python opencv cv2.waitkey error
cv2.waitKey()
This syntax works. In the open parentheses add time.
AttributeError: 'module' object has no attribute 'waitkey'
Try cv2.waitKey
in place of cv2.waitkey
. Capitalization counts.
Try waitKey() instead of waitkey(),It worls fine.