Giter Club home page Giter Club logo

ov7670's Introduction

ov7670

OV7670+fifo camera control with an AVR ATmega1284p. Takes pictures in QQVGA resolution automatically, saves it on a SD card and displays it. Implemented functions to change brighness, noise reduction, edge detection, effects and caption modes (RGB modes and YUV).

Camera Module used: http://www.suntekstore.com/goods-14004307-640x480_cmos_camera_module_ov7670_vga_yuv_snr_46_db_with_high_quality_lens.html

TFT module (inlcludes SD card slot) used: http://arduino.cc/en/Guide/TFT

Please note that this camera module needs to initiate the write reset for the AL422 every VSYNC in code. Other camera models out there are wired to do this automatically. To disable, look at the vsync_handler in Ov7670.cpp.

The code works as well with an Arduino UNO but you need to change the ports definitions in ov7670_ports.h No TFT possible since the UNO has not enought i/o pins. You can disable the TFT and SD in main.h

This code uses the mighty-1824p library (not included) from maniacbug (thanks!!) on github: https://github.com/maniacbug/mighty-1284p which applies changes to the vanilla Arduino library to work on a ATmega1284p. You could get rid of the Arduino library but that would involve changes in main.cpp and the SPI and TFT classes.

Breadboard diagram (black text: OV7670 wiring, blue text:TFT wiring): ov7670_breadboard.pdf ATmega1284p wiring: ov7670_ports.h

Enjoy!!

ov7670's People

Contributors

arndtjenssen avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.