I want to send a video stream to a microcontroller via wifi. what microcontroller choose for this task? -Must take into account that the video will be transmitted through a phone -The video will be in different format and larger format will be HD (1920 * 1080) -The video is intended to be displayed on a TV screen -The video will be played at the same time it is to be sent to crotch... I work on a project to read streaming a video that is in the phone by a plasma tv... I had my start and I still looking for landmarks
Asked
Active
Viewed 292 times
-3
-
11920x1080x24bit @ 60FPS has a raw bit rate of 3Gbps. How on earth do you expect a tiny microcontroller to receive that much data and send it out to a PC? This question has been asked many times before with the same answer, no you can't. – Tom Carpenter Mar 19 '16 at 16:29
-
2Possible duplicate of [Transmitting a video stream through a microcontroller](http://electronics.stackexchange.com/questions/48986/transmitting-a-video-stream-through-a-microcontroller) – Tom Carpenter Mar 19 '16 at 16:30
-
Chances are you want at least a small system-on-module or embedded board with megabytes of SDRAM, either to buffer and pass on a compressed stream, or else to decompress and render it and drive an HDMI, RGB, or whatever interface. Look at the parts usually used in set-top-box applications, or those found in android tablets with video out. – Chris Stratton Mar 19 '16 at 16:30
-
Also duplicate of [Transmitting a video stream through a microcontroller's wifi](http://electronics.stackexchange.com/questions/49045/transmitting-a-video-stream-through-a-microcontrollers-wifi?rq=1) – Tom Carpenter Mar 19 '16 at 16:31
-
the microcontroller does not generate or process the video but will just pass it to the tv – wahab Mar 19 '16 at 20:15
-
What microprocessor for example? – wahab Mar 19 '16 at 20:16
-
the raspberry pi 2 go? – wahab Mar 19 '16 at 20:24
-
1Questions seeking recommendations for specific products or places to purchase them are off-topic in this forum and will be closed. Reference: Help->Tour->Don't ask about...Shopping or buying recommendations. – tcrosley Mar 19 '16 at 20:29
-
by what means can I send videos to the TV – wahab Mar 19 '16 at 20:36
1 Answers
1
Microcontrollers, are designed for simple tasks, they can not do any thing any where near video, what you need is a microprocessor, that is capable of processing video.

Alex
- 552
- 4
- 15
-
-
the microcontroller does not generate or process the video but will just pass it to the tv – wahab Mar 19 '16 at 16:16
-
TV's don't generally accept video in microcontroller-friendly formats – Chris Stratton Mar 19 '16 at 16:29
-
1Sorry, I went to walk my dog. Currently looking for one now. Will update when I find one. – Alex Mar 19 '16 at 17:03
-
-
-
@wahab: perhaps you should make a list of devices that send videos to TVs, and then try to understand what makes them tick. – uint128_t Mar 20 '16 at 01:46
-