Hello,
I am working on creating a security camera using a Pi Zero, a PIR motion sensor, and the PiCam. I'm using python to run the motion sensor and the camera but I want to save the images captured in a first in first out FIFO folder or directory and I am not sure the best way to go about this. The goal is that when the SD card is full of images, the newest image taken by the camera replaces the oldest image so I do not have to monitor the status of the memory on the card while the camera is in operation. If anyone could point me in the right direction that would be great!
Thanks!