Skip to content

BF3005 cam_hal: FB-OVF #635

Description

@rbruneau-altyor

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:

  1. Initialize camera
  2. Take a single picture
  3. Deinitialize camera
  4. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions