ArduCAM / RaspberryPi

This is Arducam camera demos used on Raspberry Pi paltform
BSD 3-Clause "New" or "Revised" License
163 stars 97 forks source link

How do you make images saved increment? #44

Open needs2know opened 3 years ago

needs2know commented 3 years ago

How do I make the images saved add a number in succession when saving? Every photo taken simply overrides the last photo taken...

save image to file.

camera.capture("test.jpg")
needs2know commented 3 years ago

This would be for the autofocus.py file. I need to have images saved with numbered succession. Thank you