Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Ov7740_cmos_image_sensor_registers_group

This file defines several arrays.

Each of them contain adress of ov7740 register and corresponding value for a specific configuration. There are seven different configuration:

Variables

const ov_reg OV7740_QQVGA_RGB888 []
 Addresses and values of the OV7740 registers for the OV7740_QVGA_RGB888 configuration: More...
 
const ov_reg OV7740_QQVGA_YUV422 []
 Addresses and values of the OV7740 registers for the OV7740_QQVGA_YUV422 configuration: More...
 
const ov_reg OV7740_QVGA_RGB888 []
 Addresses and values of the OV7740 registers for the OV7740_QVGA_RGB888 configuration: More...
 
const ov_reg OV7740_QVGA_YUV422_10FPS []
 Addresses and values of the OV7740 registers for the OV7740_QVGA_YUV422_10FPS configuration: More...
 
const ov_reg OV7740_QVGA_YUV422_15FPS []
 Addresses and values of the OV7740 registers for the OV7740_QVGA_YUV422_15FPS configuration: More...
 
const ov_reg OV7740_QVGA_YUV422_20FPS []
 Addresses and values of the OV7740 registers for the OV7740_QVGA_YUV422_20FPS configuration: More...
 
const ov_reg OV7740_QVGA_YUV422_30FPS []
 Addresses and values of the OV7740 registers for the OV7740_QVGA_YUV422_30FPS configuration: More...
 
const ov_reg OV7740_TEST_PATTERN []
 Addresses and values of the OV7740 registers for the OV7740_TEST_PATTERN configuration: More...
 
const ov_reg OV7740_VGA_YUV422_20FPS []
 Addresses and values of the OV7740 registers for the OV7740_VGA_YUV422_20FPS configuration: More...
 

const ov_reg OV7740_QQVGA_RGB888[]

Addresses and values of the OV7740 registers for the OV7740_QVGA_RGB888 configuration:

  • 160*120 pixel by picture (QQVGA)
  • pixel data in RGB format (8-8-8)

Referenced by ov_configure().

const ov_reg OV7740_QQVGA_YUV422[]

Addresses and values of the OV7740 registers for the OV7740_QQVGA_YUV422 configuration:

  • 160*120 pixel by picture (QQVGA)
  • pixel data in YUV422 format (Y1, U, Y2, V)

Referenced by ov_configure().

const ov_reg OV7740_QVGA_RGB888[]

Addresses and values of the OV7740 registers for the OV7740_QVGA_RGB888 configuration:

  • 320*240 pixel by picture (QVGA)
  • pixel data in RGB format (8-8-8)

Referenced by ov_configure().

const ov_reg OV7740_QVGA_YUV422_10FPS[]

Addresses and values of the OV7740 registers for the OV7740_QVGA_YUV422_10FPS configuration:

  • 320*240 pixel by picture (QVGA)
  • pixel data YUV422 in format (Y1, U, Y2, V)
  • 10 frames per second

Referenced by ov_configure().

const ov_reg OV7740_QVGA_YUV422_15FPS[]

Addresses and values of the OV7740 registers for the OV7740_QVGA_YUV422_15FPS configuration:

  • 320*240 pixel by picture (QVGA)
  • pixel data in YUV422 format (Y1, U, Y2, V)
  • 15 frames per second

Referenced by ov_configure().

const ov_reg OV7740_QVGA_YUV422_20FPS[]

Addresses and values of the OV7740 registers for the OV7740_QVGA_YUV422_20FPS configuration:

  • 320*240 pixel by picture (QVGA)
  • pixel data in YUV422 format (Y1, U, Y2, V)
  • 20 frames per second

Referenced by ov_configure().

const ov_reg OV7740_QVGA_YUV422_30FPS[]

Addresses and values of the OV7740 registers for the OV7740_QVGA_YUV422_30FPS configuration:

  • 320*240 pixel by picture (QVGA)
  • pixel data in YUV422 format (Y1, U, Y2, V)
  • 30 frames per second

Referenced by ov_configure().

const ov_reg OV7740_TEST_PATTERN[]

Addresses and values of the OV7740 registers for the OV7740_TEST_PATTERN configuration:

  • 320*240 pixel by picture (QVGA)
  • pixel data in YUV422 format (Y1, U, Y2, V)
  • 20 frames per second
  • test pattern enable

Referenced by ov_configure().

const ov_reg OV7740_VGA_YUV422_20FPS[]

Addresses and values of the OV7740 registers for the OV7740_VGA_YUV422_20FPS configuration:

  • 640*480 pixel by picture (VGA)
  • pixel data in YUV422 format (Y1, U, Y2, V)
  • 20 frames per second

Referenced by ov_configure().