-
Notifications
You must be signed in to change notification settings - Fork 121
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
Failed to initialize camera #88
Comments
Hi Mobigroup, This should not be the case. The web interface is independent of the camera initialization. Good luck! |
The ticket is not resolved and it’s still actual. Only when we select “AI THINKERl” as the board the firmware works with ESP32-CAM board. Probably, web interface applies the board type incorrect. |
Hi Mobigroup, I will take a look at it... |
I checked it and there are different versions of the ESP32_CAM, each model is different. See http://www.ai-thinker.com/pro_view-24.html. This is an ESP32 cam module from AI-Thinker. This explains why you need to select this option: AI-Thinker. Is your module identical to the image above? |
That’s hard to find the actual difference in the boards from multiple manufacturers. I use this board: https://www.aliexpress.com/item/1005002066523822.html |
I also have one of those and it matched with the settings for the AI-Thinker. So I assume this is an AI-Thinker. |
Original AI-Thinker boards or those labeled as 'original' are approximately three times more expensive, from my understanding. It's surprising that we can purchase the clone of the set (ESP32-CAM MB) for less than $5. This situation has led to misleading board names on the web app. Although not a technical issue, I see two potential solutions: incorporating an auto-detect feature to cycle through all possible camera module settings, and adding a descriptive text message to the board selector, explaining the complexity of identifying the board. This message could recommend users to try all available board types. These approaches could also be combined, of course. |
Maybe the best thing is to document the boards, a picture and how they look, and provide multiple build settings. This because there are also boards (like the Seeed Studio XIAO ESP32S3 Sense) that uses a different processor. |
When default resolution increased to 800x600 the firmware cannot init camera:
There is no way to change the resolution because web interface is not accessible.
The text was updated successfully, but these errors were encountered: