Streaming video from pc instead of sd card?

Hello, I’m have the 3.5” lcd screen and I want to be able to play small clips of video from it. I saw there is an SD card module on it I could use. However I was curious if anyone has streamed a way from the computer to the arduino and output it on the display? I’m adding two images of the display.

I’m really wanted to know if it’s possible. I don’t have any code and I haven’t tried anything yet. I have searched online for a few things. I mainly wanted to come in here and asked for advice.

Joseph


That is fine, as the very first thing you need to do is compute the data rate needed for your streaming project. Compute how many bytes is in each frame of your video. Multiply that by the number of frames per second. The product is the number of bytes per second your sender must send and your receiver must receive and process.

When you have done that you can decide if you can write the code to make it happen on the Arduino you have chosen.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.