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

Snapshot of the OV5640 JPEG pipeline and its most recent frame. More...

#include <ra8_ov5640.h>

Data Fields

uint32_t encoded_bytes
 Sensor-reported JPEG payload length.
uint16_t compression_width
 Mode-2 compressed-output width.
uint16_t compression_height
 Mode-2 compressed-output height.
uint8_t jpeg_ctrl01
 Raw JPEG CTRL01 pacing controls.
uint8_t vfifo_ctrl00
 Raw VFIFO mode-2 height control.
uint8_t href_minimum_blanking
 Raw JPEG HREF blanking control.
bool fifo_overflow
 JPEG output FIFO overflow indicator.
bool input_is_yuv422
 JPEG input format selects YUV422.
bool header_output
 JPEG header generation is enabled.
bool compression_enabled
 Timing pipeline selects JPEG output.

Detailed Description

Snapshot of the OV5640 JPEG pipeline and its most recent frame.

Definition at line 75 of file ra8_ov5640.h.

Field Documentation

◆ compression_enabled

bool ra8_ov5640_jpeg_status_t::compression_enabled

Timing pipeline selects JPEG output.

Definition at line 85 of file ra8_ov5640.h.

◆ compression_height

uint16_t ra8_ov5640_jpeg_status_t::compression_height

Mode-2 compressed-output height.

Definition at line 78 of file ra8_ov5640.h.

◆ compression_width

uint16_t ra8_ov5640_jpeg_status_t::compression_width

Mode-2 compressed-output width.

Definition at line 77 of file ra8_ov5640.h.

◆ encoded_bytes

uint32_t ra8_ov5640_jpeg_status_t::encoded_bytes

Sensor-reported JPEG payload length.

Definition at line 76 of file ra8_ov5640.h.

◆ fifo_overflow

bool ra8_ov5640_jpeg_status_t::fifo_overflow

JPEG output FIFO overflow indicator.

Definition at line 82 of file ra8_ov5640.h.

◆ header_output

bool ra8_ov5640_jpeg_status_t::header_output

JPEG header generation is enabled.

Definition at line 84 of file ra8_ov5640.h.

◆ href_minimum_blanking

uint8_t ra8_ov5640_jpeg_status_t::href_minimum_blanking

Raw JPEG HREF blanking control.

Definition at line 81 of file ra8_ov5640.h.

◆ input_is_yuv422

bool ra8_ov5640_jpeg_status_t::input_is_yuv422

JPEG input format selects YUV422.

Definition at line 83 of file ra8_ov5640.h.

◆ jpeg_ctrl01

uint8_t ra8_ov5640_jpeg_status_t::jpeg_ctrl01

Raw JPEG CTRL01 pacing controls.

Definition at line 79 of file ra8_ov5640.h.

◆ vfifo_ctrl00

uint8_t ra8_ov5640_jpeg_status_t::vfifo_ctrl00

Raw VFIFO mode-2 height control.

Definition at line 80 of file ra8_ov5640.h.


The documentation for this struct was generated from the following file: