Makerfabs / Project_Touch-Screen-Camera

104 stars 27 forks source link

Detected camera not supported #9

Closed citizenanalog closed 2 years ago

citizenanalog commented 2 years ago

I'm running Camera_v2 and monitoring serial port after upload results in:

ILI9488 Test! I2C device found at address 0x38 ! Card Mount Successed SD init over. TFT init over. [E][camera.c:1113] camera_probe(): Detected camera not supported. [E][camera.c:1379] esp_camera_init(): Camera probe failed with error 0x20004

Any suggestions?

citizenanalog commented 2 years ago

I'm guessing it's a bad camera module...

195cn commented 2 years ago

Yes. The camera is probably broken If reinstalling the camera still results in this, it should be damaged. The camera code was moved directly from the ESP-CAM project, and I'm not very familiar with the error.

citizenanalog commented 2 years ago

Thanks for the feedback!

citizenanalog commented 2 years ago

Tried a brand new camera and still getting the same error :(

195cn commented 2 years ago

What is the version of your ESP32 library? 1.0.6 was used for development. Versions later than 2.0 proved unable to load the SD library properly. There may be other problems.

citizenanalog commented 2 years ago

I'm using esp32 v 1.0.6

citizenanalog commented 2 years ago

Downgrade to esp32 v 1.0.4 and it works! Seems like an issue with the newer version for me anyway.