You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its because the camera isn't reading inputs in the input rectangle so the numpy array is empty hence raising this AttributeError. Make sure the webcam is reading inputs when initialized.
if cnt.any != None:
AttributeError: 'NoneType' object has no attribute 'any'
The text was updated successfully, but these errors were encountered: