Skip to content

Add pico_camera library - #105

Open
umeiko wants to merge 1 commit into
raspberrypi:masterfrom
umeiko:pico-camera
Open

Add pico_camera library#105
umeiko wants to merge 1 commit into
raspberrypi:masterfrom
umeiko:pico-camera

Conversation

@umeiko

@umeiko umeiko commented Aug 31, 2026

Copy link
Copy Markdown

Camera sensor support for RP2040/RP2350 via PIO + DMA, with an API aligned with esp32-camera. Supported sensors: OV2640, OV3660, OV7670, OV7725, GC2145, GC0308, GC032A (auto-detected over SCCB). RGB565/YUV422 on all of them, JPEG on OV2640/OV3660, grayscale on GC0308. All pins are configured at runtime in camera_config_t; no pioasm build step required. RP2350 PSRAM frame buffers supported.

Camera sensor support for RP2040/RP2350 via PIO + DMA, with an API aligned
with esp32-camera. Supported sensors: OV2640, OV3660, OV7670, OV7725,
GC2145, GC0308, GC032A (auto-detected over SCCB). RGB565/YUV422 on all of
them, JPEG on OV2640/OV3660, grayscale on GC0308. All pins are configured
at runtime in camera_config_t; no pioasm build step required. RP2350 PSRAM
frame buffers supported.

Mirrors https://github.com/umeiko/PicoCamera
@umeiko

umeiko commented Aug 31, 2026

Copy link
Copy Markdown
Author

issue: #104

@umeiko

umeiko commented Sep 5, 2026

Copy link
Copy Markdown
Author

@lurch @kilograham

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant