Posts by FRango SStYle • 13 points
1 post
-
0
votes1
answer54
viewsQ: Function to increment the file name - python(opencv)
i have this code that saves me a video every time I run the program with the name video0. out = cv2.VideoWriter(video0.avi', fourcc, fps, (int(width), int(height))) I wanted him now every time I ran…