Exception after clicking the start button :
Traceback (most recent call last):
File "main.py", line 45, in update_frame
self.display_image(base_image)
File "main.py", line 100, in display_image
if len(img.shape) == 3:
AttributeError: 'NoneType' object has no attribute 'shape'
Abandon (core dumped)