Hello--
I am trying to build my first somewhat major project. One of the aspects of this project is a live video stream.
I would prefer if the video could be sent to an Esplora with TFT LCD screen from adafruit.
If possible, I would like the camera to be as small as possible.
Thank you for all the help!
Robby
Noob_at_Arduino.
I would prefer if the video could be sent to an Esplora with TFT LCD screen
This class of Arduino device is not fast enough to carry live video
I don't think any Arduino's are capable of doing live video
You'd need a much more powerful platform e.g. the Raspberry PI
Thanks for the reply.
If I understand, you are saying that the Arduino boards do not have fast enough refresh screens to show live video.
Could they transmit live video?
Also, how many I/O pins does the average 1.8" TFT screen use?
Thanks
Robby
Hello-
Just adding some more details.
This is planning to be a wired remote control for a cannon-it needs a joystick and a "FIRE" button.
Esplora is convenient- I already have one.
Could they transmit live video?
Sure. As long as one frame a week is sufficient.
Go look in the project show off section of the forum. See just how many camera-related projects there are(n't).
Ok.
Thanks for the help.