UWCubeSat/found

RAW image format & 10 bit pixels

Open

#76 aberto em 20 de mai. de 2026

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (3 forks)auto 404
good first issue

Métricas do repositório

Stars
 (14 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

FOUND uses stb_image to load images which does not support the RAW format. Additionally, FOUND uses an unsigned char to store pixel information. HuskySat2's camera produces 10bit pixels... When loaded into RAM each pixel will take up 16 bits need to add a new image type that supports this.

Guia do colaborador