1 / 33
文档名称:

Digital Project Digital Camera Interface.pdf

格式:pdf   页数:33
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Digital Project Digital Camera Interface.pdf

上传人:qujim2013 2013/5/21 文件大小:0 KB

下载得到文件列表

Digital Project Digital Camera Interface.pdf

文档介绍

文档介绍:Digital Project
Digital Camera Interface
I˜nakiNavarro Oiza
May 2004
Abstract
This document describes the development of a prototype of an interface between
a CMOS camera and puter. This interface allows a user to get images
from the camera, to change some of the properties of the camera as brightness,
luminance, etc. In addition some image process is implemented allowing the
camera to track white objects and follow them with a servomotor. The interface
was implemented using the Atmel AVR ATmega16 microcontroller.
This document is a final report of the course Digital Project of LTH (Lunds
Tekniska hogskola) Sweden. This report and information related to this project
can be found in ki/dproject
1
Contents
1 Introduction 3
Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Specifications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2 Description of the system 5
The C3088 Camera . . . . . . . . . . . . . . . . . . . . . . . . . . 5
Hardware . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Reset and Clock . . . . . . . . . . . . . . . . . . . . . . . 7
JTAG ICE . . . . . . . . . . . . . . . . . . . . . . . . . . 7
LED and switch . . . . . . . . . . . . . . . . . . . . . . . 7
munications . . . . . . . . . . . . . . . . . . . . 9
C3088 Camera . . . . . . . . . . . . . . . . . . . . . . . . 9
Servo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
. . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
munications . . . . . . . . . . . . . . . . . . . . 10
munication with the camera . . . . . . . . . . . . 11
BMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
Getting Image from the Camera . . . . . . . . . . . . . . 13
Little Image ”Process”. . . . . . . . . . . . . . . . .