I want to make an Ardunio based project in which I want to stream live video from camera (which is connected to Arduino borad ) to my Android app via WiFi and send back actions/control signals from my android app to Arduino to controller servo motor which are connected to Arduino board. Right now I only have Arduino mega with me. What else components are going to be required?
-
1Most Arduino platforms (there are many) can not handle video. There is simply too much data. A quick internet search find this talked about many times. Here for instance. Where the discussion quickly elevates to a more powerful platform such as a Raspberry Pi.st2000– st20002019年09月17日 13:32:10 +00:00Commented Sep 17, 2019 at 13:32
-
Nope, a Mega is not up to the task. It may be possible with an ESP directly, but it will be way easier with a Raspberry Pi (for example the Zero W, which is quite small)chrisl– chrisl2019年09月17日 14:19:04 +00:00Commented Sep 17, 2019 at 14:19
-
1you can use independent WiFi IP camera for the live videoJuraj– Juraj ♦2019年09月17日 15:20:19 +00:00Commented Sep 17, 2019 at 15:20
-
I had heard of esp32 cam which is suitable for live video streaming to mobile buy can we control servo motor from that.shubham vernekar– shubham vernekar2019年09月18日 01:14:20 +00:00Commented Sep 18, 2019 at 1:14
1 Answer 1
You need good MPU with enough buffer size and nand size for such an intense process
Search esp modules
Thanks.
-
What do you mean by the distingtion between buffer size and NAND size? Also: can you provide a bit more information about how it would look like with an ESP?chrisl– chrisl2019年09月17日 17:00:31 +00:00Commented Sep 17, 2019 at 17:00