circular buffer for image stream
Hi
I have a pi camera generating an image stream and would like to save a certain amount of images that have already been generated, hence I believe a circular buffer would do the trick. Is there an opencv python solution for this?
Thanks...