donny681 / ESP32_CAMERA_QR

Apache License 2.0
628 stars 226 forks source link

ov7670 #21

Closed amirjak closed 4 years ago

amirjak commented 5 years ago

hi how work with ov7670 without fifo ov7670-camera-module-arduino-littlecraft-1704-24-littlecraft@11

donny681 commented 5 years ago

I have yet finished it

amirjak commented 5 years ago

thanks for answering goodluck

jjsch-dev commented 4 years ago

I ported this project to the new component of espressif/esp32-camera that support the ov7670 sensor. If some one need it, please let me know.

jjsch-dev commented 4 years ago

I ported this project to the idf version 4.1 dev. Replace the camera component for the esp_idf/components/esp32-camera that support the ov7670 and hhtp_server for esp_idf/components/esp_https_server

I added a conversion function for pgm of 8 bits to RGB bitmap og 24 bits.

Now the WIFI_SSID and WIFI_PASSWORD are configured in the example connection menu.

https://github.com/jjsch-dev/ESP32_CAMERA_QR/

donny681 commented 4 years ago

@jjsch-dev Thank you ,but I tried your demo,but lack something

jjsch-dev commented 4 years ago

How can I help you?

donny681 commented 4 years ago

@jjsch-dev I fixed the demo last night.But you can try to suppport more cameras,such as ov5640

jjsch-dev commented 4 years ago

I don't have this sensor, if you send me one I will try to add it to the esp camera sensor driver.