maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
394 stars 78 forks source link

no camera dection #36

Closed usman2006 closed 4 years ago

usman2006 commented 4 years ago

hi, i always get I (6908) esp32_camera: Free heap: 4364880 I (6908) gpio: GPIO[13]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  I (6918) gpio: GPIO[14]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0  E (6928) ledc: requested frequency and duty resolution can not be achieved, try reducing freq_hz or duty_resolution. div_param=3 E (6938) camera_xclk: ledc_timer_config failed, rc=ffffffff I (6948) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0  SCCB_Write [ff]=01 failed SCCB_Write [12]=80 failed E (7008) camera: Camera probe failed with error 0x20001 E (7008) esp32_camera: Camera init failed with error 0x20001

in the home app i can add the cam normaly

i tried every cam pin settings. and for testing that my hardware is fine i test with this code

https://raw.githubusercontent.com/RuiSantosdotme/ESP32-CAM-Arduino-IDE/master/ESP32-CAM-Video-Streaming/ESP32-CAM-Video-Streaming.ino

and it is working fine and it use the pin setup for a "AI-Thinker"

thx for work work