Terrapin-Rocket-Team / Ground-Station

A Node.js/Electron ground station user interface to display and log APRS messages recieved over Serial
0 stars 0 forks source link

Add video playback support #6

Open erodarob opened 9 months ago

erodarob commented 9 months ago

Description:

In preparation for supporting live video transmitted down from the rocket, add support for playing a yu420p video file in the GUI. This should be designed in a way that allows it to be modified to accept input from an attached USB Serial device to display live video.

Tasks:

Notes:

The video received from the radio will most likely be encoded using AV1, and then decoded to yuv420p. The ffmpeg utility comes with a good AV1 decoder that could be useful for this.

erodarob commented 2 months ago

For the Live Video Competition at Spaceport, the video should be displayed in a separate window so it can be placed on the live stream monitor:

erodarob commented 1 month ago

Finished work on this issue, will be closed when #19 is closed.