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 solution for this?
Thanks...
1 | initial version |
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 solution for this?
Thanks...
2 | specified python |
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...