[][src]Module px4flow_bsp::dcmi

Structs

DcmiWrapper

Wrapper for reading DCMI

Constants

DEFAULT_BITS_PER_PIXEL
DEFAULT_IMG_HEIGHT
DEFAULT_IMG_WIDTH
FRAME_BUF_LEN

The length of ImageFrameBuf buffer. Note that we currently use the maximum bin4 size, which is the max practical with the CCRAM and SRAM available on the px4flow.

MAX_HEIGHT_BIN4
MAX_WIDTH_BIN4
MT9V034_BIN4_PIX_COUNT

Count of pixels in bin4 image (column and row bin 4)

MT9V034_MAX_PIX_COUNT
SQ64_FRAME_BUF_LEN

Minimal square frame buffer with binning four: 64x64 pixels

SQ120_FRAME_BUF_LEN

Maximum square frame buffer with binning four: 120x120 pixels

SQ_64_PIX_COUNT
SQ_120_PIX_COUNT
SQ_DIM_64
SQ_DIM_120

Type Definitions

ImageFrameBuf

Buffer to store image data

Sq64FrameBuf

A 64x64 square frame buffer (used with binning four)

Sq120FrameBuf

A 120x120 square frame buffer