Page 1 of 1

Access image data from ESP EYE. I want to serially transfer the image data from ESP32 + OV2640 camera to another device

Posted: Fri Aug 20, 2021 10:05 am
by prchilan
  1. Access image data from ESP EYE. I want to serially transfer the image data from ESP32 + OV2640 camera to another device. I don't want the web server application...

Re: Access image data from ESP EYE. I want to serially transfer the image data from ESP32 + OV2640 camera to another dev

Posted: Sat Aug 28, 2021 12:42 pm
by edge788
You can get the image in Jpeg as an array of bytes. Then you can do whatever you want with it.