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

📄 tbl_init_page2.h

📁 1、基于韩国at2041芯片开发的Linux环境的DVR代码。 2、以原来代码进行了修改。 3、主要修改网络通讯出现异常问题处理 4、硬盘覆盖录像不起作用
💻 H
字号:
//* set tabstop=4 */
/********************************************************************************
 *                                                                              *
 * Copyright(C) 2004  Penta-Micro                                               *
 *                                                                              *
 * ALL RIGHT RESERVED                                                           *
 *                                                                              *
 * This software is the property of Penta-Micro and is furnished under          *
 * license by Penta-Micro. This software may be used only in accordance         *	
 * with the terms of said license. This copyright notice may not be             *
 * removed, modified or obliterated without the prior written permission        *
 * of Penta-Micro.                                                              *
 *                                                                              *
 * This software may not be copyed, transmitted, provided to or otherwise       *
 * made available to any other person, company, corporation	or other entity     *
 * except as specified in the terms of said license.                            *
 *                                                                              *
 * No right, title, ownership or other interest in the software is hereby       *
 * granted or transferred.                                                      *
 *                                                                              *
 * The information contained herein is subject to change without notice and     *
 * should not be construed as a commitment by Penta-Micro.                      *
 *                                                                              *
 ********************************************************************************
 
  MODULE NAME:  tbl_init_page2.h
  
  REVISION HISTORY:
  
  Date       Ver Name                                Description
  ---------- --- --------------------- -----------------------------------------
 05/04/2005 1.0 JiGwanKang(xchannel)      Created
 ...............................................................................
 
  DESCRIPTION:
  
  This Module contains definition for TW2834 register value
  
 ...............................................................................
*/

//==================================================================================
//						Page2 initialize table description
//==================================================================================
//--------------------------		PAGE 2		------------------------------//
unsigned char tbl_page2_cur_3d_box[] = {		// 96 EA
//     00     01     02     03     04     05     06     07	  08     09     0A    0B     0C    0D     0E    0F
//	0xb0,0x00,0x00,0x0f,0x01,0x05,0x67,0x00,	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	//...  0x00
	0xb0,0x00,0x00,0x00,0x01,0x10,0x32,0x54,	0x76,0x98,0xba,0xdc,0xfe,0x00,0x00,0x00,	//...  0x00
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	//...  0x10
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	//...  0x20
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	//...  0x30
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	//...  0x40
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00	//...  0x50
};


unsigned char tbl_ntsc_page2_ary_box[] = {			// 8 EA
//     00     01     02     03     04     05     06     07
//	0x84,0x4c,0x5b	,0x0a,0x3c,0x09,0xfb,0x00	// 0x60 ~
	0x8f,0xf0,0x00,0x1d,0x00,0x1f,0xb7,0x00	// 0x60 ~
};

unsigned char tbl_pal_page2_ary_box[] = {	// 8 EA
//     00     01     02     03     04     05     06     07
//	0x84,0x4c,0x5b	,0x0a,0x3c,0x09,0xfb,0x00	// 0x60 ~
	0x8f,0xf0,0x00,0x1d,0x00,0x1f,0xb8,0x00	// 0x60 ~
};

/*
unsigned char tbl_page2_motion[] = {	// 128 EA
//											0x00,0x17,	// 0x7e
	0x17,0x08,0x6a,0x07,0x00,0x24,0x00,0x00,	// 0x80
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	// 0x90
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
	0x17,0x08,0x6a,0x07,0x00,0x24,0x00,0x00,	// 0xa0
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	// 0xb0
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
	0x17,0x08,0x6a,0x07,0x00,0x24,0x00,0x00,	// 0xc0
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	// 0xd0
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
	0x17,0x08,0x6a,0x07,0x00,0x24,0x00,0x00,	// 0xe0
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	// 0xf0
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
};
//	*/
unsigned char tbl_page2_motn_sens[] = {		// 6 EA
//	0x00,0x00,0x28,0x00,0x00,0x00				//... 0x80 ~ 0x85
	0x17,0x08,0x6a,0x07,0x00,0x24				//... 0x80 ~ 0x85
};

unsigned char tbl_page2_motn_mask[] = {		// 24 EA
									0x00,0x00,	//... 0x86 ~ 0x87
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	//... 0x88 ~ 0x8f
	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,	//... 0x90 ~ 0x97
	0x00,0x00,0x00,0x00,0x00,0x00				//... 0x98 ~ 0x9d
};

//--------------------------     xchannel add     ------------------------------//
//=================================================================================
unsigned char	tbl_page2_2dbox_color[] = {
	0x10,0x32,0x54,0x76,0x98,0xba	 //...  0x05 ~ 0x0a
};

⌨️ 快捷键说明

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