UWCubeSat/found

RAW image format & 10 bit pixels

Open

#76 创建于 2026年5月20日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (3 fork)auto 404
good first issue

仓库指标

Star
 (14 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南