Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Sources

ben potter edited this page Jul 2, 2023 · 5 revisions

Since compyss aims to support lots of different pipelines, it introduces sources. They act as a buffer between external data formats and the type required by a decoder. This means that any decoder can be used with any supported data format.

Image Encoding

Images are loaded from many sources with their own unique formats. We introduce a standard format that our decoders expect. This format must be followed by any children of ImageSource. They follow the format by returning a valid Image object.

Camera Specific Dependencies

  • Lucid Vision Labs, ArenaSDK
Clone this wiki locally