Automatically saves different images to create a timelapse
C++
Timelapse
This project automatically saves images at a given interval as long as they are different enough from each other. It uses openCV to capture images from a webcam and compares it to the previous images to determine whether or not to save the image.