Search found 3 matches

by ScruffR
Wed May 29, 2019 5:29 am
Forum: ESP32 Arduino
Topic: Can I use a OV7670 camera with the Arduino CameraWebServer example for ESP32 Wrover?
Replies: 3
Views: 7382

Re: Can I use a OV7670 camera with the Arduino CameraWebServer example for ESP32 Wrover?

Sorry, I didn't get a notification about the response. I'm not sure how much more background I can give. I have tried the demo as is, plugged in the cam (no FIFO) as suggested by the pinout and got that error. There wasn't any more detail provided as of why this camera wasn't supported. Hence the po...
by ScruffR
Mon May 06, 2019 6:45 pm
Forum: Hardware
Topic: Can it be that LCD and Camera only work mutually exclusive on the Wrover Kit v3?
Replies: 0
Views: 2061

Can it be that LCD and Camera only work mutually exclusive on the Wrover Kit v3?

Looking at the pinout of the camera connector JP4 and LCD U5 share the following GPIOs 5, 18, 19, 21, 22, 23, 25, 26 for mostly incompatible functions. So it appears you can use only either the LCD or the camera but never both (e.g. for displaying the camera image on the LCD) Can that be? Is there a...
by ScruffR
Mon May 06, 2019 5:50 pm
Forum: ESP32 Arduino
Topic: Can I use a OV7670 camera with the Arduino CameraWebServer example for ESP32 Wrover?
Replies: 3
Views: 7382

Can I use a OV7670 camera with the Arduino CameraWebServer example for ESP32 Wrover?

I have tried this example (https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Camera/CameraWebServer) with a OV7670 board which should match the pin out, but the device only replies with ``` [E][camera.c:1049] camera_probe(): Detected camera not supported. [E][camera.c:1...