Hello i think The cv2.imshow and cv2.waitKey functions are creating an infinite loop, which could cause the program to hang and eventually crash.
my zoneconfig is like this
zone = {'left': 0, 'top': 0, 'width': 3440, 'height': 1440}
idk where is the problem exactly but when i run the code GUI goes to loop screens and goes Not Respounding
Hello i think The cv2.imshow and cv2.waitKey functions are creating an infinite loop, which could cause the program to hang and eventually crash.
my zoneconfig is like this
zone = {'left': 0, 'top': 0, 'width': 3440, 'height': 1440}
idk where is the problem exactly but when i run the code GUI goes to loop screens and goes Not Respounding