Recommendations for door camera project

[OFF]

I agree! Thanks for sharing :slight_smile:

Thanks for your kind words.
My coding skills are from C64 Basic and a little Fortran77 so it was quite challenging for me.

I will try to find where you suggest a sleep and come back with an answer.

The really only thing I was not able to manage is the ffmpeg part.

Original idea was to save a record of the stream and grab 3 pictures from sec 1 / 15 / 30.
It is doing something similar but do not ask me why :slight_smile:
The video is also quite strange, it seams that I am recording with different framerate as it is streamed or visversa ???

    os.system('sudo rm /home/pi/cam/*.jpg')
time.sleep(.1)

Or if you want to be more explicit:

    os.system('sudo rm /home/pi/cam/*.jpg')
else:
    time.sleep(.1)
1 Like

Thanks I already changed/added it