代码搜索结果
找到约 4,589 项符合
Camera 的代码
ch21p1_bullet.h
#ifndef CBULLET_INCLUDED
#define CBULLET_INCLUDED
#include
#include
#include
#include "CommonFuncs.h"
#include "Camera.h"
class CBullet
{
public:
CBul
render.lli
# AutoVision Landscape library
# Entries are of the form:
# Landscape Object Name
# Texture Map
# Opacity Map
# Alignment (0 = camera aligned one face, 1 = one face, 2 = crossing faces, 3 = camer
camdata.h
/*****************************************
NAME: camdata.h
DESC: data for initializing camera module
HISTORY: 2004.01.16:draft ver 0.0
*****************************************/
#ifndef
test_ov9650.h
#ifndef _SMDK2440_OV7620_H_
#define _SMDK2440_OV7620_H_
#define CHIP_DELAY 0xFF
#define BUSHI_DEF 0
static struct ov7620_t {
int subaddr;
int value;
} ov7620_reg[] = {
{0x12, 0x80}, // Camera So
camif.c
/************************************************************
File Name : camif.c
Descriptions
-S3C2440 camera test routines & basic libraries
History
- July 23, 2003. Draft Version 0.0 by purn
camproset.c
/******************************************************************************
Filename: camproset.c
Descriptions
- Camera Processor Initialization code using SCCB.
- SCCB(Serial Camera Conto
camera.def
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this samp
camera.c
#include
#include
#define R_RGB565(x) (unsigned char) (((x) >> 8) & 0xF8)
#define G_RGB565(x) (unsigned char) (((x) >> 3) & 0xFC)
#define B_RGB565(x)
camdata.h
/*****************************************
NAME: camdata.h
DESC: data for initializing camera module
HISTORY: 2004.01.16:draft ver 0.0
*****************************************/
#ifndef
test_ov9650.h
#ifndef _SMDK2440_OV7620_H_
#define _SMDK2440_OV7620_H_
#define CHIP_DELAY 0xFF
#define BUSHI_DEF 0
static struct ov7620_t {
int subaddr;
int value;
} ov7620_reg[] = {
{0x12, 0x80}, // Camera So