Error when camera_deinit() in ESP32S3-CAM
Posted: Tue Jan 27, 2026 4:19 pm
Hello, im getting the following error while trying to deinitialize the camera in my ESP32S3 board with esp_camera_deinit();, while working with the CameraWebServer example:
.
For waht i could find, is a missing call in ll_cam_deinit() in ll_cam.c file. I couldn't find this file in my PC. So what can i do to fix or circumvent this error so i can turn off the camera and reduce power consumption?
Code: Select all
gdma: gdma_disconnect(238): no peripheral is connected to the channelFor waht i could find, is a missing call in ll_cam_deinit() in ll_cam.c file. I couldn't find this file in my PC. So what can i do to fix or circumvent this error so i can turn off the camera and reduce power consumption?