everytime i try to run the code i get the following -->
cap = cv2.VideoCapture(0)
^
IndentationError: expected an indented block
I tried moving the "def hands():
" and the error just keeps occurring
everytime i try to run the code i get the following -->
cap = cv2.VideoCapture(0)
^
IndentationError: expected an indented block
I tried moving the "def hands():
" and the error just keeps occurring
You need to indent one time cap
variable and all code that you what to be executed when calling hands
.