1 | initial version |
length = int(cap.get(cv2.CAP_PROP_FRAME_COUNT))
Then do in loop if length > 10 do something
2 | No.2 Revision |
Then do in loop if length > 10 do something
link: frame count
bBtw, I'm on vacation.
3 | No.3 Revision |
length = int(cap.get(cv2.CAP_PROP_FRAME_COUNT))
Then do in loop if length > 10 do something
link: frame count
bBtw, Btw, I'm on vacation.