Is there support for the ESP32Cam? #7404
Replies: 1 comment
-
Posted at 2019-04-04 by Wilberforce I think you would have to compile into the firmware. The is graphics for output - im not aware of any input device that you could use as an example. Posted at 2019-04-04 by user99061 Is there an example of how to add custom functions into the firmware? (i.e. turning a C++ library into javascript?) Posted at 2019-04-04 by Wilberforce https://www.espruino.com/Extending+Espruino+1 Posted at 2019-04-06 by JumJum Take a look to It's an driver for 32*64 LED boards, based on an example by Espressif guys. I would be interested to hear more from your project Posted at 2020-05-04 by user112166 Hi there, I just got my hands on an esp-eye that is using the same camera. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-04-02 by user99061
Specifically, I am referring to the OV2640 camera (as per https://github.com/m5stack/m5stack-cam-psram/tree/NoPsram )
Short of that, is there some documentation somewhere to enable me to convert the existing C++ drivers to work with the Espruino libraries?
Beta Was this translation helpful? Give feedback.
All reactions