Bellafaire / ESP32-Smart-Watch

An open source smartwatch based on the ESP32 compatible with the Arduino IDE.
https://hackaday.io/project/168227-custom-smartwatch
MIT License
162 stars 37 forks source link

Does ESP32-Smart-Watch support cam, like ESP32 Cam OV5640, or any cam ? Thank you. #2

Open selfhostrepo opened 8 months ago

selfhostrepo commented 8 months ago

Does ESP32-Smart-Watch support cam, like ESP32 Cam OV5640, or any cam ? Thank you.

Bellafaire commented 8 months ago

Unfortunately it does not. I'm not sure that the OV5640 could be added to this project given its requirements for GPIO. This project uses almost every available GPIO pin available on the ESP32. A camera that relied on the I2C bus might be able to be integrated but that's about it.