Hi,
I have a problem with my BF3005 camera application on ESP32-S3 (16MB flash, 8MB PSRAM). I use it the following way in application:
- Initialize camera
- Take a single picture
- Deinitialize camera
- Wait for a new picture and request and start over
Unfortunaltely, after 2 or 3 cycles, I get the following error, popping every 50ms:
cam_hal: FB-OVF
Here are my settings:
.xclk_freq_hz = 10000000,
.ledc_timer = LEDC_TIMER_0,
.ledc_channel = LEDC_CHANNEL_0,
.pixel_format = PIXFORMAT_RGB565,
.frame_size = FRAMESIZE_QVGA,
.jpeg_quality = 6,
.fb_count = 2
.grab_mode = CAMERA_GRAB_LATEST,
.fb_location = CAMERA_FB_IN_PSRAM
I have multiple other tasks that are running at the same time, but only 1 uses the BF3005 camera.
What is wrong here?
Hi,
I have a problem with my BF3005 camera application on ESP32-S3 (16MB flash, 8MB PSRAM). I use it the following way in application:
Unfortunaltely, after 2 or 3 cycles, I get the following error, popping every 50ms:
cam_hal: FB-OVFHere are my settings:
I have multiple other tasks that are running at the same time, but only 1 uses the BF3005 camera.
What is wrong here?