Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OV7670 Support #2946

Open
BafS opened this issue Nov 15, 2024 · 0 comments
Open

OV7670 Support #2946

BafS opened this issue Nov 15, 2024 · 0 comments

Comments

@BafS
Copy link

BafS commented Nov 15, 2024

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

The OV7670 is a really cheap camera and it would be great to have it supported. #835 opened an issue but unfortunately it is now locked.

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

I'm not able to use the camera with ESPHome. The alternative is to use https://github.com/bitluni/ESP32CameraI2S (more info there: https://bitluni.net/esp32-i2s-camera-ov7670)

I tried this without success:

# OV7670
esp32_camera:
  name: My Camera
  external_clock:
    pin: GPIO32
    frequency: 20MHz
  i2c_pins:
    sda: GPIO21
    scl: GPIO22
  data_pins: [GPIO4, GPIO12, GPIO13, GPIO14, GPIO15, GPIO16, GPIO17, GPIO27]
  vsync_pin: GPIO34
  href_pin: GPIO35
  pixel_clock_pin: GPIO33
  resolution: 640x480
  jpeg_quality: 10
  max_framerate: 6 fps
  idle_framerate: 0.1 fps

I have this in the logs:

[22:57:02][E][esp32_camera:123]:   Setup Failed: ESP_ERR_NOT_SUPPORTED
[22:57:02][E][component:082]:   Component esp32_camera is marked FAILED

I tried with esp-idf and arduino framework.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant