BinghamtonRover / BurtOS-2

Base station/rover computer apps and libraries for the Binghamton University Rover Team
3 stars 0 forks source link

Video Decoding and Rendering #9

Closed superdan-t closed 2 years ago

superdan-t commented 2 years ago

Objective

The base station needs to decode and render MJPEG and H264 video formats. Find a cross-platform library that we can use to decode frames and draw them in the OpenGL context.

Once the decode/rendering part is working, we can start making a video stream player module in NanoGUI.

Suggestions and Resources

Levi-Lesches commented 2 years ago

Closing as we're upgrading from the Base Station to the Dashboard. See https://github.com/BinghamtonRover/rover-control-dashboard/issues/13