ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_camera_codec_passthrough.h
Go to the documentation of this file.
1
17
18#pragma once
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24#include "ra8_camera.h"
25#include "ra8_err.h"
26
42
43#ifdef __cplusplus
44}
45#endif
Transport-neutral camera source and image-codec facade.
ra8_err_t ra8_camera_codec_passthrough_init(ra8_camera_codec_t *codec)
Bind the zero-copy JPEG passthrough codec.
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
Caller-owned handle binding one image codec and its context.
Definition ra8_camera.h:145