prints amount of frames created

This commit is contained in:
Loic Delattre 2023-02-06 15:35:57 +01:00
parent ad6a1e013f
commit 8d2c639341
1 changed files with 2 additions and 2 deletions

View File

@ -61,5 +61,5 @@ def get_frames(vid):
cap.release()
cv2.destroyAllWindows()
return
get_frames(video)
return i
print('number of frames extracted ' + get_frames(video))