Can I use a OV7670 camera with the Arduino CameraWebServer example for ESP32 Wrover?
Posted: Mon May 06, 2019 5:50 pm
I have tried this example (https://github.com/espressif/arduino-es ... aWebServer) 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:1249] esp_camera_init(): Camera probe failed with error 0x20004
```
But I read that OV7670 should be supported too
I could accept if some features (e.g. face recognition) wouldn't work with the low res camera, but not working at all did surprise me.
Is there any change? Am I doing something wrong?
```
[E][camera.c:1049] camera_probe(): Detected camera not supported.
[E][camera.c:1249] esp_camera_init(): Camera probe failed with error 0x20004
```
But I read that OV7670 should be supported too
I could accept if some features (e.g. face recognition) wouldn't work with the low res camera, but not working at all did surprise me.
Is there any change? Am I doing something wrong?