IP Camera
Posted:
Sat Nov 29, 2014 11:34 am
by sankar
I am curious about the usability of ESP8266 + any SPI/TTL Camera ( like
http://www.adafruit.com/product/397). May open a way for lots of image/video related IoT.
Re: IP Camera
Posted:
Fri Dec 05, 2014 3:47 pm
by jonsmirl
A better solution is discussed in this thread
viewtopic.php?f=6&t=398&start=10&hilit=camera
Re: IP Camera
Posted:
Wed Aug 19, 2015 4:58 pm
by chyneuze
sankar wrote:I am curious about the usability of ESP8266 + any SPI/TTL Camera ( like http://www.adafruit.com/product/397). May open a way for lots of image/video related IoT.
If you still interest I made that with a Jpeg Serial camera and an ESP8266.
Only power and UART between these two modules.
You can find that here:
http://chynehome.com/web/camera-ip-wifi ... i-esp8266/
I use the Arduino IDE to make the code and upload it.
The sketch:
http://chynehome.com/web/wp-content/upl ... _Cam_9.txt
It's work like an IP Wifi Camera.
Re: IP Camera
Posted:
Wed Aug 19, 2015 8:50 pm
by martinayotte
Your second link doesn't seems to work ...
BTW, which frame rate were you able to achieve ?