ArduCAM / Arduino

This is ArduCAM library for Arduino boards
MIT License
468 stars 346 forks source link

How to read the image as binary data? #563

Open PavanJoshiS opened 1 year ago

PavanJoshiS commented 1 year ago

Hi, I am using Arducam mini 2mp OV2640 with arduino uno. It works fine with the host application. But I want to store the image as binary data and apply image processing techniques on the captured image. How can I store the image as binary data?

SvarunSoda commented 1 year ago

I'm having the same inquiry... I want to be able to save an image as some sort of a data structure that would allow me to access the pixels of the image.

Any guidance is apprecaited!