|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Snapshot of the OV5640 JPEG pipeline and its most recent frame.
Definition at line 75 of file ra8_ov5640.h.
| bool ra8_ov5640_jpeg_status_t::compression_enabled |
Timing pipeline selects JPEG output.
Definition at line 85 of file ra8_ov5640.h.
| uint16_t ra8_ov5640_jpeg_status_t::compression_height |
Mode-2 compressed-output height.
Definition at line 78 of file ra8_ov5640.h.
| uint16_t ra8_ov5640_jpeg_status_t::compression_width |
Mode-2 compressed-output width.
Definition at line 77 of file ra8_ov5640.h.
| uint32_t ra8_ov5640_jpeg_status_t::encoded_bytes |
Sensor-reported JPEG payload length.
Definition at line 76 of file ra8_ov5640.h.
| bool ra8_ov5640_jpeg_status_t::fifo_overflow |
JPEG output FIFO overflow indicator.
Definition at line 82 of file ra8_ov5640.h.
| bool ra8_ov5640_jpeg_status_t::header_output |
JPEG header generation is enabled.
Definition at line 84 of file ra8_ov5640.h.
| uint8_t ra8_ov5640_jpeg_status_t::href_minimum_blanking |
Raw JPEG HREF blanking control.
Definition at line 81 of file ra8_ov5640.h.
| bool ra8_ov5640_jpeg_status_t::input_is_yuv422 |
JPEG input format selects YUV422.
Definition at line 83 of file ra8_ov5640.h.
| uint8_t ra8_ov5640_jpeg_status_t::jpeg_ctrl01 |
Raw JPEG CTRL01 pacing controls.
Definition at line 79 of file ra8_ov5640.h.
| uint8_t ra8_ov5640_jpeg_status_t::vfifo_ctrl00 |
Raw VFIFO mode-2 height control.
Definition at line 80 of file ra8_ov5640.h.