bitluni / ESP32CameraI2S

176 stars 61 forks source link

ESP8266 capablity to handle video stream #5

Open mkeyno opened 6 years ago

mkeyno commented 6 years ago

hi , sorry to open thicket for my question , but do you think ESP8266 is capable to handle video stream similar your code in ESP32?

mic159 commented 6 years ago

Unfortunately no, There is not enough pins on the esp8266, and it doesn't have the I2S interface.

AleksandrIS-Eng commented 6 years ago

I think you are mistaken, the newer appears to. https://www.cnx-software.com/2016/03/25/esp8266-and-esp32-differences-in-one-single-table/

mic159 commented 6 years ago

@AleksandrIS-Eng This is using the I2S parallel interface, not the serial one. Have a look at how many pins he is using, its quite a lot.

8 pins for a parallel data, 4 pins for clocks, and another 2 for i2c to send commands.