Skip to content

esphome camera module with extra goodies :) #3177

Description

@ramarro123

Describe the problem you have/What new integration you would like

esp32 camera module

Please describe your use case for this integration and alternatives you've tried:

i am playing a bit with an OV5640 sensor, using esp32 board.
standing to latest esp32 lib, using with platformio there are a few changes that aren't supported by esphome module yet

most notably reading from here https://github.com/espressif/esp32-camera/blob/master/sensors/ov5640.c

  1. set_sharpness
  2. set_denoise ( 0 to 8)
  3. set_contrast (-3 3) now it's limited to -2 / 2?
  4. set_contrast (-3 3) now it's limited to -2 / 2?
  5. set_saturation (-4 4) now -2 2

it will be great if we can match the last driver implementation bounds and features

thanks!
Additional context

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