Video streaming to FreeRTOS device?

nils-addiva wrote on Monday, September 05, 2016:

Hello
I’m currently involved in a pre-study project for a FreeRTOS device. The client has several ideas for future functionalities. One such is to have the device receive a video stream from a camera elsewhere. I know that a TCP/IP stack can be added to FreeRTOS, but is there any library or framework for decoding and showing video data?

Best regards
Nils

rtel wrote on Monday, September 05, 2016:

I am aware of at least two people performing this type of function with
FreeRTOS, but the actual coding/decoding of the video is out of scope of
what we provide ourselves.