esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
420 stars 26 forks source link

Support more ESPCAM camera modules #916

Open tdamsma opened 4 years ago

tdamsma commented 4 years ago

Describe the problem you have/What new integration you would like Currently (at least) the OV2640 camera module is supported in the esp32_camera component. In the espressif esp32-camera repo also the following are supported: OV2640, OV3660, OV5640 and OV7725 However I can't get my OV7725 to work as it does not support PIXFORMAT_JPEG as format, only GRAYSCALE,YUV422 and RGB565. However it does not have an ir filter so theov7725 could potentially be a nice diy security camera.

Please describe your use case for this integration and alternatives you've tried: I tried to change the PIXFORMAT but this immediately led to lots of errors. Espressif provides a frame2jpg function so someone with more cpp experience could probably fix this easily

Additional context

nagyrobi commented 2 years ago

Which one is OV2640 out of these? https://esphome.io/components/esp32_camera.html

zagi988 commented 2 years ago

Any chance OV5640 working on ESPhome?

patstave commented 1 year ago

I am able to get a picture, but not a good one. See my feature request here: https://github.com/esphome/feature-requests/issues/2044

nagyrobi commented 1 year ago

See https://github.com/esphome/esphome/pull/4580

Rudd-O commented 8 months ago

@nagyrobi that PR does not address OP's request.