Page 1 of 1

Arduino Code for Camera OV7725

Posted: Mon Jun 18, 2018 5:48 am
by ats3788
Hi I need a Sketch for a ESP32 and the Arduino IDE.

Re: Arduino Code for Camera OV7725

Posted: Mon Jun 18, 2018 6:14 pm
by kolban

Re: Arduino Code for Camera OV7725

Posted: Tue Jun 19, 2018 5:18 am
by ats3788
Thank you Kolban,
but this Code is not for the OV7725, its for the OV7670 I tried this code and the ESP32 crashes
camera = new OV7670(OV7670::Mode::QQVGA_RGB565, SIOD, SIOC, VSYNC, HREF, XCLK, PCLK, D0, D1, D2, D3, D4, D5, D6, D7);

right here.

Re: Arduino Code for Camera OV7725

Posted: Mon Apr 20, 2020 3:52 am
by ashishbindal93
Hi everyone

@ats3788 Did you get that working esp32 with ov7725?