B0158 Arducam AutoFocus CMOS Camera OV5640D 1/4-Inch Module
ArduCAM now released a new 5MegaPixel AutoFocus CMOS camera module with JPEG output. The camera module is based on Omnivision OV5640 image sensor and can be used with ArduCAM shields and other platforms like Freescale i.MX6 develop board.
The OV5640 (color) image sensor is a low voltage, high-performance, 1/4-inch 5 megapixel CMOS image sensor that provides the full functionality of a single chip 5 megapixel (2592×1944) camera using OmniBSI™ technology in a small footprint package. It provides full-frame, sub-sampled, windowed or arbitrarily scaled 8-bit/10-bit images in various formats via the control of the Serial Camera Control Bus (SCCB) interface.
The OV5640 has an image array capable of operating at up to 15 frames per second (fps) in 5 megapixel resolution with complete user control over image quality, formatting and output data transfer. All required image processing functions, including exposure control, gamma, white balance, color saturation, hue control, defective pixel canceling, noise canceling, etc., are programmable through the SCCB interface or embedded microcontroller. The OV5640 also includes a compression engine for increased processing power. In addition, Omnivision image sensors use proprietary sensor technology to improve image quality by reducing or eliminating common lighting/electrical sources of image contamination, such as fixed pattern noise, smearing, etc., to produce a clean, fully stable, color image.
Features
Key Specifications
Block Diagram
Application
- Cellular phones
- PDAs
- Toys
- Other battery-powered products
- ARM based platforms
Pin Definition
The OV5640 module uses standard ArduCAM camera pin out. And the OV5640 support both DVP (parallel) and MIPI interface with some shared pins. User can configure the module with different interface mode and pin out definition is list as follows.
Mechanical Dimension
Demonstration
ArduCAM provides a full demonstration for OV5640 camera module on Arduino platform. Please download the ArduCAM_Shield_V2_Camera_Playback.ino from github.
It will turn the ArduCAM into a real digital camera with capture and playback functions.
1. Preview the live video on LCD Screen.
2. Capture and buffer the image to FIFO when shutter pressed quickly.
3. Store the image to Micro SD/TF card with BMP format.
4. Playback the capture photos one by one when shutter button hold on for 3 seconds.
This program requires the latest ArduCAM library and ArduCAM Shield_V2 ArduCAM shield and use Arduino IDE 1.6.8 compiler or above.
Code Reference:
- OV5640 Arduino Example
- OV5640 USB Camera Example