eloquentarduino / EloquentVision

Image processing datatypes and algorithms for Arduino and Esp32
GNU General Public License v3.0
70 stars 18 forks source link

fix motion detection for larger framesizes #4

Closed brianjychan closed 3 years ago

brianjychan commented 3 years ago

cfbef7b keeps _changes from overflowing if the number of pixels that change is >255, especially with larger frame sizes

62bc43e checks for array out of bounds on the other end of the array in core downscaling.

not sure what format you want so I used semantic commit messages. lmk if you prefer otherwise or need any edits.

thanks for making this library!