ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
Camera services

Caller-owned camera sources, interchangeable image codecs, sensor control, and optional I/O streaming bridges (libs/ra8_camera, ra8_camera_io, ra8_ov5640). More...

Files

file  ra8_camera.h
 Transport-neutral camera source and image-codec facade.
file  ra8_camera_codec_jpeg_sw.h
 RGB888-to-JPEG software codec backend for ra8_camera.
file  ra8_camera_codec_passthrough.h
 Zero-copy JPEG passthrough codec backend.
file  ra8_camera_source_ceu.h
 RA8 CEU capture backend for the transport-neutral camera facade.
file  ra8_camera_source_memory.h
 Fixed in-memory frame source backend for ra8_camera.
file  ra8_camera.c
 Validation and opaque-vtable dispatch for ra8_camera.
file  ra8_camera_codec_jpeg_sw.c
 ra8_jpeg_sw adapter for the generic camera codec facade.
file  ra8_camera_codec_passthrough.c
 Zero-copy JPEG passthrough backend implementation.
file  ra8_camera_internal.h
 Private source and codec vtables for ra8_camera backends.
file  ra8_camera_source_ceu.c
 RA8 CEU implementation of the camera-source backend.
file  ra8_camera_source_memory.c
 Fixed-frame memory source backend implementation.
file  ra8_camera_stream.h
 Bridge encoded camera frames to ra8_io_stream sinks.
file  ra8_camera_stream.c
 ra8_camera encoded-frame to ra8_io_stream bridge.
file  ra8_ov5640.h
 Transport-independent OmniVision OV5640 sensor driver.

Detailed Description

Caller-owned camera sources, interchangeable image codecs, sensor control, and optional I/O streaming bridges (libs/ra8_camera, ra8_camera_io, ra8_ov5640).