I got an Aithinker Esp32 camera module to play with.
The camera works fairly well.
I wanted to add a webcam to one of my webpages, I got the camera to work, and the webpage to serve Ok, the page serves & jsons work fine.
But now I'm finding it tricky getting an external i2c working, the cam already uses i2c, however the Esp32 has 2 i2c modules.
I found some info, the wire lib already supports using 2 i2c's at once, I tried this but I odnt even get the pins to change state.
I can supply some code if anyones interested.
These seem to be failry new & unused as yet.
One thing I did fond the cam uses espressifs (or lolin) own webserver lib, however if you dont want to use the cam you can use the libs from the esp8266 and run a server or whatever you want, seems to work fine, and a little quicker.
The camera works fairly well.
I wanted to add a webcam to one of my webpages, I got the camera to work, and the webpage to serve Ok, the page serves & jsons work fine.
But now I'm finding it tricky getting an external i2c working, the cam already uses i2c, however the Esp32 has 2 i2c modules.
I found some info, the wire lib already supports using 2 i2c's at once, I tried this but I odnt even get the pins to change state.
I can supply some code if anyones interested.
These seem to be failry new & unused as yet.
One thing I did fond the cam uses espressifs (or lolin) own webserver lib, however if you dont want to use the cam you can use the libs from the esp8266 and run a server or whatever you want, seems to work fine, and a little quicker.