Traceback (most recent call last):
File "seven_segment_ocr.py", line 59, in <module>
digitsReadArray = read_video_digits(args.video, args.period)
File "seven_segment_ocr.py", line 20, in read_video_digits
selections=image_selection.getSelectionsFromImage(image)
File "C:\obtv\seven-segment-ocr\image_selection.py", line 40, in getSelectionsFromImage
clone = image.copy()
AttributeError: 'NoneType' object has no attribute 'copy'
Hi, would you be able to help with the error below?