You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build person_detection example on ESP32 Korvo 2, I configured the Pins as defined in datasheet:
Then I build the project, Build successful, but giving me "Camera captured failed" error.
I used "idf.py set-target esp32s3"
Please tell me how can I resolve it.
Thanks
The text was updated successfully, but these errors were encountered:
hardikofficial963
changed the title
In person_detection example on ESP32-S3 Korvo 2, Camera captured Failed.
In "person_detection" example on ESP32-S3 Korvo 2, Camera captured Failed.
Jul 26, 2024
github-actionsbot
changed the title
In "person_detection" example on ESP32-S3 Korvo 2, Camera captured Failed.
In "person_detection" example on ESP32-S3 Korvo 2, Camera captured Failed. (TFMIC-32)
Jul 26, 2024
// Get an image from the camera module
TfLiteStatus GetImage(int image_width, int image_height, int channels, int8_t* image_data) {
#if ESP_CAMERA_SUPPORTED
ESP_LOGE(TAG, "Trying to init camera");
camera_fb_t* fb = esp_camera_fb_get();
if (!fb) {
ESP_LOGE(TAG, "Camera capture failed");
return kTfLiteError;
}
I am trying to build person_detection example on ESP32 Korvo 2, I configured the Pins as defined in datasheet:
Then I build the project, Build successful, but giving me "Camera captured failed" error.
I used "idf.py set-target esp32s3"
Please tell me how can I resolve it.
Thanks
The text was updated successfully, but these errors were encountered: