Search found 1 match
- Thu Sep 19, 2019 3:52 pm
- Forum: ESP-IDF
- Topic: [ESP-CAM] Error when running in log level Info but not Debug
- Replies: 0
- Views: 1779
[ESP-CAM] Error when running in log level Info but not Debug
Hi, I am having the weirdest problem. I am implementing an http server to stream JPEG frames from a ESP32 board with a OV2640 sensor. When runnning in Debug log level (selected from menuconfig) namely: ``` CONFIG_LOG_DEFAULT_LEVEL_VERBOSE=y CONFIG_LOG_DEFAULT_LEVEL=5 ``` everything goes as planned a...