⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mt9t001_config.h

📁 TI DM642 DSP 驱动CMOS 成像芯片MT9T001(Micron)源代码,TI原版资料.包含驱动环境配置,对如基于DSP的数码相机,摄像机开发有重要参考价值.
💻 H
字号:
/*
 *  Copyright 2004 by Texas Instruments Incorporated.
 *  All rights reserved. Property of Texas Instruments Incorporated.
 *  Restricted rights to use, duplicate or disclose this code are
 *  granted through contract.
 *  
 */

/********************************************
 Supported Video Port Capture Modes
 Caveats
 - Higher resolutions + High bit capture modes + PIP
 	can result in improper operation due to 
 	the massive memory requirements.
********************************************/
#define MODE_8BIT
//#define MODE_10BIT
//#define MODE_16BIT
//#define MODE_20BIT

/********************************************
 PIP
 - to enable PIP, uncomment the PIP definition
********************************************/
//#define PIP

/********************************************
 Supported Modes of Operation
********************************************/
#define MT9T001_VGA_MODE 			0
#define MT9T001_HDTV_1280x720_MODE 	1
#define MT9T001_HDTV_1920x1080_MODE 2
#define MT9T001_320x240_MODE		3
#define MT9T001_UXGA_1600x1200_MODE 4

// EDC Required Functions
extern far EDC_Fxns MT9T001_Fxns;

// Structure of parameters passed to the EDC

typedef struct {
    Uint16 rowsize;
    Uint16 colsize;
    Uint16 horizblank;
    Uint16 vertblank;
    Uint16 shutterwidth;
    Uint16 redgain;
    Uint16 bluegain;
    Uint16 globalgain;
    Uint16 blacklevel;
    Uint16 green1gain;
    Uint16 green2gain;
} MT9T001_Params;






⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -