foxglove / schemas

Message schemas supported by Foxglove Studio
MIT License
55 stars 29 forks source link

Add foxglove.CompressedVideo #114

Closed jhurliman closed 1 year ago

jhurliman commented 1 year ago

Public-Facing Changes

Description

The motivation for this change can be found in the Foxglove Studio PR at https://github.com/foxglove/studio/pull/5806. Instead of reusing the foxglove.CompressedImage message definition to store video packets, the data can be stored more efficiently with a custom message definition. This also defines a clear semantic difference between still images and video streams, which require different playback behavior when seeking.

Resolves: FG-4036

defunctzombie commented 1 year ago

Closing this in favor of https://github.com/foxglove/schemas/pull/124