ESP32 CAM: gpio_install_isr_service failed (105)
Posted: Sat Mar 06, 2021 7:42 pm
Hello everyone!
There is a problem when initializing the camera:
E (1857) camera: gpio_install_isr_service failed (105)
E (1858) camera: Camera init failed with error 0x105
If you add a command before initializing the camera, this one:
gpio_install_isr_service(ESP_INTR_FLAG_IRAM);
The camera starts up, but with warnings:
E (1855) gpio: gpio_install_isr_service(438): GPIO isr service already installed
W (1856) camera: gpio_install_isr_service already installed
How to solve this problem?
Thanks to all!
There is a problem when initializing the camera:
E (1857) camera: gpio_install_isr_service failed (105)
E (1858) camera: Camera init failed with error 0x105
If you add a command before initializing the camera, this one:
gpio_install_isr_service(ESP_INTR_FLAG_IRAM);
The camera starts up, but with warnings:
E (1855) gpio: gpio_install_isr_service(438): GPIO isr service already installed
W (1856) camera: gpio_install_isr_service already installed
How to solve this problem?
Thanks to all!