Could anyone explain to me, please? Why do we need the bitwise operator here (cv2.waitKey(20) & 0xFF) ? When I used cv2.waitKey(20) == ord('d'),  I still closed the 'Video' window by using 'd' key. - OpenCV Course - Full Tutorial with Python