1. Увод
This manual provides comprehensive instructions for the Waveshare OV5640 Camera Board (B). This module is a 5-megapixel image sensor featuring an OV5640 sensor and a fisheye lens, designed for various embedded vision applications. It offers high sensitivity and low noise performance, making it suitable for projects requiring wide-angle image capture.
2. Карактеристике производа
- висока резолуција: 5 Megapixel (2592x1944) image capture.
- Напредни сензор: OV5640 sensor with 1.4µm x 1.4µm pixels utilizing OmniBSI technology for high sensitivity, low crosstalk, and low noise.
- Fisheye Lens: Дијагонално поље од 170 степени view.
- Automatic Image Control: Features Automatic Exposure Control (AEC), Automatic White Balance (AWB), Automatic Band Filter (ABF), and Automatic Black Level Calibration (ABLC).
- Image Quality Controls: Adjustable color saturation, hue, gamma, sharpness, and lens correction.
- Flexible Image Output: Supports image scaling, panning, and windowing.
- Multiple Output Formats: YUV(422/420)/YCbCr422, RGB565/555/444, CCIR656, RAW RGB, and Compressed Data.
- Стандардни интерфејси: SCCB (I2C compatible) for control and DVP 8-bit for data.
3. Спецификације

Слика 3.1: Предња страна view of the Waveshare OV5640 Camera Board (B), showing the fisheye lens, OV5640 sensor, and the pin header for connections.

Figure 3.2: Detailed dimension diagram of the OV5640 Camera Board (B), indicating its physical size and mounting hole positions.
| Параметар | Валуе |
|---|---|
| Пикелс | 5 мегапиксела |
| Резолуција | 2592к1944 |
| Сензор | OV5640 (1.4µm x 1.4µm pixel, OmniBSI technology) |
| CCD Size | 1/4 инча |
| Aperture (F) | 2.5 |
| Фоцал Ленгтх | 2.0 мм |
| Дијагонално поље од View | 170 degrees (Fisheye) |
| Оператинг Волtage | 3.3В |
| Контролни интерфејс | SCCB (I2C compatible) |
| Дата Интерфаце | DVP 8-bit |
| Димензије | 35.70 мм × 23.90 мм |
| Тежина артикла | 2.39 унци |
4. Упутства за подешавање
Proper setup is crucial for the optimal performance of your Waveshare OV5640 Camera Board (B). This section outlines the general steps for connecting and initializing the module.
4.1 Pinout Overview

Figure 4.1: Detailed pinout of the OV5640 Camera Board (B), indicating power, control, and data lines.
The module features a 2x10 pin header for connection to a host microcontroller or development board. Key pins include:
- 3.3В: Улаз за напајање.
- ГНД: Уземљење.
- SIOC / SIOD: SCCB (I2C compatible) clock and data lines for camera configuration.
- VSYNC / HREF / PCLK / XCLK: Synchronization and clock signals for data transfer.
- Д0-Д9: 8-bit DVP data lines.
- RST / PWDN: Reset and Power Down control pins.
4.2 Процедура повезивања
- Прикључак за напајање: Connect the 3.3V pin to a stable 3.3V power source and GND to the system ground.
- Контролни интерфејс: Connect SIOC and SIOD to the I2C bus of your host controller.
- Интерфејс података: Connect the D0-D9 pins, VSYNC, HREF, PCLK, and XCLK to the DVP interface of your host controller. Ensure proper signal integrity for high-speed data transfer.
- Контролни пинови: Connect RST and PWDN to GPIO pins on your host controller for software control over camera reset and power states.
- Сигурна монтажа: Ensure the camera module is securely mounted to prevent vibrations or accidental disconnections.
4.3 Конфигурација софтвера
After physical connection, the camera module requires software initialization and configuration via the SCCB (I2C) interface. This typically involves:
- Initializing the I2C communication.
- Sending a software reset command to the OV5640 sensor.
- Configuring basic parameters such as resolution, frame rate, and output format.
- Setting up automatic image control functions (AEC, AWB, etc.) or manual adjustments.
- Enabling the DVP interface for data streaming.
Refer to the OV5640 datasheet and Waveshare's provided example code or documentation for specific register settings and programming guides for your chosen development platform (e.g., Raspberry Pi, Arduino, STM32).
5. Упутство за употребу
Once the Waveshare OV5640 Camera Board (B) is set up and configured, you can begin capturing images and video streams. The operation largely depends on the host system and software application.
5.1 Снимање слике
- Иницијализација сензора: Ensure the camera sensor is initialized and configured for the desired resolution and output format.
- Почните стримовање: Activate the DVP interface to begin receiving image data.
- Подаци процеса: The host controller will receive raw image data via the DVP bus. This data typically needs to be processed (e.g., converted from YUV to RGB) and stored or displayed.
- Подесите подешавања: Use the SCCB (I2C) interface to dynamically adjust parameters like exposure, white balance, and gain for optimal image quality in varying lighting conditions.
5.2 Видео стриминг
For video streaming, the process is similar to image capture but involves continuous data acquisition and processing.
- Configure the sensor for a continuous stream at a desired frame rate.
- Implement a buffer system on the host controller to handle the continuous influx of image data.
- Process and encode the video frames as needed for display, storage, or transmission.
The 170-degree fisheye lens provides a wide field of view, suitable for surveillance, panoramic imaging, or applications requiring broad scene coverage.
6. Одржавање
To ensure the longevity and consistent performance of your Waveshare OV5640 Camera Board (B), follow these maintenance guidelines:
- Нега сочива: Keep the fisheye lens clean. Use a soft, lint-free cloth specifically designed for optical surfaces. Avoid touching the lens directly with fingers.
- Прашина и остаци: Regularly inspect the module for dust or debris, especially around the sensor and connectors. Use compressed air or a soft brush to gently remove any particles.
- Услови животне средине: Operate and store the module in a dry environment, away from extreme temperatures, high humidity, and corrosive substances.
- Физичко руковање: Handle the board by its edges to avoid damaging components or introducing static discharge.
- Ажурирања фирмвера: If Waveshare provides firmware updates for the OV5640 sensor or associated drivers, consider applying them to improve performance or fix bugs.
КСНУМКС. Решавање проблема
If you encounter issues with your Waveshare OV5640 Camera Board (B), consider the following troubleshooting steps:
7.1 No Image Output
- Напајање: Verify that the module is receiving a stable 3.3V power supply and that the ground connection is secure.
- Везе: Double-check all pin connections (DVP, SCCB, power) for proper seating and continuity.
- Software Initialization: Ensure your host controller's software correctly initializes the OV5640 sensor via the SCCB interface. Check for correct I2C address and register writes.
- Reset/Power Down: Confirm that the RST and PWDN pins are correctly controlled by your software and are not holding the sensor in a reset or power-down state.
- Clock Signal: Verify that the XCLK (external clock) is provided to the sensor at the correct frequency.
7.2 Лош квалитет слике
- Чистоћа сочива: Clean the lens carefully as described in the Maintenance section.
- Услови осветљења: Ensure adequate and even lighting in the scene.
- Подешавања софтвера: Adjust image quality parameters (exposure, gain, white balance, sharpness, saturation) through the SCCB interface. Experiment with automatic control functions (AEC, AWB) versus manual settings.
- Фокус: While this module has a fixed fisheye lens, ensure it hasn't been tampered with or become loose.
- Интегритет података: Check for noise or corruption in the DVP data lines, which could indicate signal integrity issues or timing mismatches.
7.3 Повремени рад
- Флуктуације снаге: Ensure your 3.3V power supply is stable and can provide sufficient current.
- Расипање топлоте: In continuous operation, ensure the module is not overheating. While small, prolonged high-resolution streaming can generate some heat.
- Лабаве везе: Re-check all physical connections for any looseness.
8. Гаранција и подршка
Waveshare products typically come with a standard manufacturer's warranty. For specific warranty details, duration, and terms, please refer to the official Waveshare webсајт или документацију која је приложена уз вашу куповину.
For technical support, product inquiries, or assistance with troubleshooting beyond this manual, please visit the official Waveshare support page or contact their customer service directly. You can often find detailed product wikis, example code, and community forums on their webсајту.
Waveshare Official Webсајт: ввв.вавесхаре.цом
For this specific product, additional resources may be found at: www.waveshare.com/wiki/OV5640_Camera_Board_(B)





