-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) #8
Comments
This looks like a hardware issue to me. |
Trying to validate if the camera module is damaged, I installed this firmware that you recommended: https://matchboxscope.github.io/firmware/FLASH.html but I have the same behavior:
|
well, I fixed the issue changing the sensor in the camera by other, from the Freenove S3 Camera, and the XIAO is working. Mmm bad quality materials here? I don't know, but is working: video_2024-04-27_09-27-25.mp4 |
Summary
I was testing this Camera with its official samples, but the Camera presents aleatory behavior, sometimes it works fine for some minutes, but stop of working. Initial I used this code:
https://github.com/hpsaturn/esp32s3-cam/blob/master/examples/xiao-espnow-sender/xiao-espnow-sender.cpp
but I also returned to the official code of this repo but nothing. With other Cameras like the Freenove S3 Camera, everything works fine. With this module, only glitches and lost time.
Questions
Environment
Steps to replicate
I'm using PlatformIO, for running it, put the next
platformio.ini
file into the directoryCameraWebServer
for example, and runningpio run --target upload
Output:
The text was updated successfully, but these errors were encountered: