ArduCAM / Arduino

This is ArduCAM library for Arduino boards
MIT License
479 stars 351 forks source link

Live video stream #392

Open ammarqs opened 5 years ago

ammarqs commented 5 years ago

Is it possible to do a live video stream over ethernet to a web browser or mobile app with arducam and arduino mega, along with an ethernet shield? Obviously i dont have an mobile app yet, but we considering to develop one if we know for a fact that this would work?

UCTRONICS commented 5 years ago

@ammarqs Arduino UNO board does not support ethernet. You can consider the esp8266 board.

ammarqs commented 5 years ago

That is why i mentioned ethernet shield..

UCTRONICS commented 5 years ago

@ammarqs Why not use Arduino Yun board or ESP8266 UNO board? I have not done any test on UNO using Ethernet. You should try it by yourself.

ammarqs commented 5 years ago

@UCTRONICS I have ordered the ESP8266 NODEMCU. Should be receiving it tomorrow. If you have tried this already, where do i start? I am trying to hook it up with one of the arducams and do live streaming remotely.

UCTRONICS commented 5 years ago

@ammarqs OK, You can refer to this link to get the detail operation https://github.com/ArduCAM/ArduCAM_ESP8266_UNO