B4R Question ESP32cam - i2c: i2c driver install error - GPIO isr service is not installed, call gpio_install_isr_service() first

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear friends,

I bought:

[E][camera.c:250] camera_fb_init(): Allocating 234 KB frame buffer Failed
[E][camera.c:1161] camera_init(): Failed to allocate frame buffer
E (5149) gpio: gpio_isr_handler_remove(396): GPIO isr service is not installed, call gpio_install_isr_service() first
[E][camera.c:1270] esp_camera_init(): Camera init failed with error 0x101
Waiting for Camera to Init
E (6182) i2c: i2c driver install error
[E][sccb.c:154] SCCB_Write(): SCCB_Write Failed addr:0x30, reg:0x0d, data:0x87, ret:263
[E][camera.c:250] camera_fb_init(): Allocating 234 KB frame buffer Failed
[E][camera.c:1161] camera_init(): Failed to allocate frame buffer
E (7283) gpio: gpio_isr_handler_remove(396): GPIO isr service is not installed, call gpio_install_isr_service() first
[E][camera.c:1270] esp_camera_init(): Camera init failed with error 0x101
E (8311) i2c: i2c driver install error
EDIT:
with original optics is ESP32cam not functioned too,
with both cameras I get these messages.

Is it possible secure this situation?
Best regads
p4ppc
 
Last edited:
Top