arduino-libraries / Arduino_OV767X

Official OV767X Library for Arduino , currently supports OV7670 and OV7675 cameras
https://www.arduino.cc/reference/en/libraries/arduino_ov767x/
GNU General Public License v2.0
68 stars 25 forks source link

Feature Request: Crop #10

Open hpssjellis opened 3 years ago

hpssjellis commented 3 years ago

The camera is working very well using the Nano33BleSense, just wondering if the library already has the ability to crop images. My working output is 160 x 120 x 2(bytes), but for many machine learning applications the output needs to be square so 120 x 120 x 2(bytes). I am trying to write the cropping code directly but wondering if it is already buried within this library?