ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_camera_source_memory.h
Go to the documentation of this file.
1
18
19#pragma once
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25#include "ra8_camera.h"
26#include "ra8_err.h"
27
40
60 const ra8_camera_frame_t* frame);
61
62#ifdef __cplusplus
63}
64#endif
Transport-neutral camera source and image-codec facade.
ra8_err_t ra8_camera_source_memory_init(ra8_camera_source_t *source, ra8_camera_source_memory_state_t *state, const ra8_camera_frame_t *frame)
Bind a repeatable source backed by one immutable frame.
Error Code Definitions for ra8-firmware.
ra8_err_codes_t ra8_err_t
Canonical error-return type used by every ra8-firmware API.
Definition ra8_err.h:546
Immutable view of one captured or encoded image.
Definition ra8_camera.h:96
Caller-owned state for a fixed-frame memory source.
ra8_camera_frame_t frame
Borrowed fixed frame (private).
Caller-owned handle binding one source backend and its context.
Definition ra8_camera.h:131