I am trying to make my program save one image after passing some filters to it to a folder. OPENCV PYTHON3 JETSON NANO
I want to take pictures and put them in a folder after passing some filters to it. The problem I’m having is that whenever I take a second image or third etc, and try to save it to another directory, A very similar image to the one taken at the start is being saved to the new folder, and not an image taken just when I said so in the input.
I believe my program is taking lots of pictures at the start somewhere I do not know and then using those. Maybe it is a memory problem, as I am using a Jetson Nano and taking too many pictures in RAM is not easy for it
My code (Do not mind for the AI PARTS)