camera init failed with error 0x105 ON 1.48.22

Here we can discuss about the problem found
Post Reply
Vampire05
Posts: 2
Joined: Wed Jan 25, 2023 1:43 pm

camera init failed with error 0x105 ON 1.48.22

Post by Vampire05 »

Hello Guys,

today i have installed the 1.48.22 Firmware on the ES32 Cam Module and also on the ESP-EYE Module. When the CAMERA.SETUP(7) code is executed, the error message "camera init failed with error 0x105" appears in the console. The return value is 0. i have tried all framesizes... does not work. :| Have someone a hint for me?


Best regards
User avatar
PeterN
Posts: 366
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 171 times
Been thanked: 203 times
Contact:

Re: camera init failed with error 0x105 ON 1.48.22

Post by PeterN »

Hello,

did you select the "ESP32-CAM" instead of "M5-CAM" at the Annex config page http://your-IP/config under OPTIONS >> MODULE

Having selected the right module you should see "Camera Enabled " in the serial console boot message:
This is the boot message with my M5Camera:
...
Annex initializing...
PSRAM enabled
module Type 202 Display 255 SD_Card 0
Camera Enabled
OK

...


If I select there the (wrong) "ESP32CAM" my message is:
...
Annex initializing...
PSRAM enabled
module Type 201 Display 255 SD_Card 0
Camera init failed with error 0x105Camera Failed
...


If the problem is not the selection of the module, please take a look at the connection of the camera with the board.


Good luck!
Vampire05
Posts: 2
Joined: Wed Jan 25, 2023 1:43 pm

Re: camera init failed with error 0x105 ON 1.48.22

Post by Vampire05 »

Yep, thanks Peter, that's it, the esp32 cam works now. esp-eye still doesn't work, but that doesn't matter :-) Danke dir
User avatar
PeterN
Posts: 366
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 171 times
Been thanked: 203 times
Contact:

Re: camera init failed with error 0x105 ON 1.48.22

Post by PeterN »

Fine!

I just did an update to my latest camera project to react to the changes in V1.48.22 : [Local Link Removed for Guests]
Post Reply