Search found 1 match

by the_same_one
Fri Aug 09, 2024 3:44 pm
Forum: ESP32 Arduino
Topic: ESP32S3 Camera pin reuse/resetting the state
Replies: 1
Views: 912

ESP32S3 Camera pin reuse/resetting the state

I have an amazing Wroom1 Esp32S3 board. I set camera pin (say 10) to be input: `pinMode(10, INPUT_PULLUP);` After the power up, I measure voltage on the pin 10 it's HIGH (3V). On the button push, I initialize camera which is calling `esp_camera_init(&config)` with config of type `camera_config_t`. I...