UWCubeSat/found

RAW image format & 10 bit pixels

Open

#76 aperta il 20 mag 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (3 fork)auto 404
good first issue

Metriche repository

Star
 (14 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor