Loop Iterate correctly but with video frames it work only for first four indexes

前端 未结 0 1344
别跟我提以往
别跟我提以往 2021-01-21 15:55
count = 1
for i in real_videonames_index:
  videofile = filed[i]
  success = True
  vidcap = cv2.VideoCapture(videofile)
  while success:
    if (count%one_frame_each ==         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题