Page 1 of 1

Error when camera_deinit() in ESP32S3-CAM

Posted: Tue Jan 27, 2026 4:19 pm
by FranciscoCid
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:

Code: Select all

gdma: gdma_disconnect(238): no peripheral is connected to the channel
.

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?