Searched refs:frameCount (Results 1 – 3 of 3) sorted by relevance
10 frameCount = cap.get(cv.CAP_PROP_FRAME_COUNT)11 print('frame count:', frameCount)24 percent = pos / frameCount * 100
23 frameCount = 0 variable39 global frameCount40 cv2.imwrite(os.path.join('debug', str(frameCount) + '.png'), frame)41 cv2.imwrite(os.path.join('debug', str(frameCount) + '-bin.png'), binary)42 frameCount += 1