D5M Resolution Modification

From Terasic Wiki

(Difference between revisions)
Jump to: navigation, search
(1.1 Introduction)
(1.2 Function Description)
Line 3: Line 3:
=='''1.2 Function Description'''==
=='''1.2 Function Description'''==
 +
*'''Hardware'''
 +
 +
First of all, the CCD camera is being set to be the caputer mode via configure modul,collect the data from the caputer, convert the raw to rgb and store the RGB pixels into buffer. Read the buffer and disply the image in the VGA display to complete the whole procedure of the image capture and display. The diagram1 below reflect the structure:
 +
 +
[[File:Camera_Structure.jpeg]]
 +
:::::::Diagram 1 Camera Structure

Revision as of 17:08, 22 September 2017

1.1 Introduction

The design is used to modify the project with the resolution of 800x600 to 1280 x 720 in order to obtain high resolution image captured,large size image, to provide developer more flexible setting of the camera. The whole structure base on the RTL hardware description to devide the project to 5 parts: 1. VGA controller; 2.multi-interface SDRAM controller; 3.RAW to RGB section; 4.CCD capture; 5. D5M Configuration.

1.2 Function Description

  • Hardware

First of all, the CCD camera is being set to be the caputer mode via configure modul,collect the data from the caputer, convert the raw to rgb and store the RGB pixels into buffer. Read the buffer and disply the image in the VGA display to complete the whole procedure of the image capture and display. The diagram1 below reflect the structure:

Camera Structure.jpeg

Diagram 1 Camera Structure