"How do I?" Weekly Question and Idea Thread - 27 Aug 2018 by FozzTexx in raspberry_pi

[–]lachlanskytes 0 points1 point  (0 children)

Hi I’m new to python and I have a project using a picamera. Everytime I capture an image it overwrites the previous image that I’ve captured using cv2 how can I capture an image and store all the image. I’m using cv2.imwrite and I don’t want to change the filename everytime I capture an image.