Search found 3 matches
- Mon Dec 29, 2025 2:44 pm
- Forum: ESP-IDF
- Topic: How to reconnect to idf_monitor.py after sleep?
- Replies: 1
- Views: 804
Re: How to reconnect to idf_monitor.py after sleep?
Using the VSCode extension I found it automatically tries to reconnect.
- Mon Dec 29, 2025 1:48 pm
- Forum: ESP-IDF
- Topic: Espressif/esp_camera library and support of JPEG output.
- Replies: 1
- Views: 829
Re: Espressif/esp_camera library and support of JPEG output.
Sorry I eventually found the "camera_model_settings" header files.
For example:
https://github.com/espressif/esp32-camera/blob/master/sensors/private_include/ov3660_settings.h
So I guess this is being handled, but then I keep getting various JPEG issues.
This is with the ESP32S3 with an OV3360 ...
For example:
https://github.com/espressif/esp32-camera/blob/master/sensors/private_include/ov3660_settings.h
So I guess this is being handled, but then I keep getting various JPEG issues.
This is with the ESP32S3 with an OV3360 ...
- Mon Dec 29, 2025 10:08 am
- Forum: ESP-IDF
- Topic: Espressif/esp_camera library and support of JPEG output.
- Replies: 1
- Views: 829
Espressif/esp_camera library and support of JPEG output.
Good morning,
I am quite new to ESP-IDF and so far quite enjoying it.
I have however got a couple questions about the ESP Camera library/driver.
https://github.com/espressif/esp32-camera
I am able to capture JPEG images with little issue with the OV2640 camera modules but it seems that I have ...
I am quite new to ESP-IDF and so far quite enjoying it.
I have however got a couple questions about the ESP Camera library/driver.
https://github.com/espressif/esp32-camera
I am able to capture JPEG images with little issue with the OV2640 camera modules but it seems that I have ...