SparkFun
OpenMV Cam H7 Plus
The OpenMV H7 Plus Camera is a small, low power, microcontroller board which allows you to easily implement applications using machine vision in the real-wor...
The OpenMV H7 Plus Camera is a small, low power, microcontroller board which allows you to easily implement applications using machine vision in the real-world. The Plus variation adds 32 MB of external 32-bit SDRAM and 32 MB of external quad SPI flash. You program the OpenMV Cam in high level Python scripts (courtesy of the MicroPython Operating System) instead of C/C++. This makes it easier to deal with the complex outputs of machine vision algorithms and working with high level data structures. But, you still have total control over your OpenMV Cam and its I/O pins in Python. You can easily trigger taking pictures and video on external events or execute machine vision algorithms to figure out how to control your I/O pins.
The OpenMV Cam H7 Plus comes with a OV5640 image sensor is capable of taking 2592x1944 (5MP) images. Most simple algorithms will run between 25-50 FPS on QVGA (320x240) resolutions and below. Additionally, the OpenMV H7 now features removable camera modules which allow you to use the module with Global Shutter and FLIR Lepton sensors for serious computer vision applications. The OpenMV is perfect for applications involving frame differencing, face detection, eye and marker tracking, QR code detection/decoding, shape detection, and more.
Jargon buster
Plain-language definitions for the technical terms used above.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- OV5640
- A specific camera sensor chip that captures still images or video data for a microcontroller or processor. The exact sensor matters because code examples, wiring, resolution, autofocus support and data format depend on the chip model.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Find this product in
Brands
STM32F765VI Microcontroller Datasheet
Datasheet · 3.3 MB · Click any page to view full size
OV7725 Image Sensor Datasheet
Datasheet · 1.2 MB · Click any page to view full size
Base Schematic
Schematic · 74.2 KB · Click any page to view full size
OV5640 Camera Module Schematic
Schematic · 60.8 KB · Click any page to view full size
OV5640 Image Sensor Datasheet
Datasheet · 1.7 MB · Click any page to view full size
STM32H743VI Microcontroller Datasheet
Datasheet · 3.2 MB · Click any page to view full size
PAM2305AAB330 Regulator Datasheet
Datasheet · 563.0 KB · Click any page to view full size
IS42S32800G SDRAM Datasheet
Datasheet · 955.2 KB · Click any page to view full size
W25Q256JV SPI Flash Datasheet
Datasheet · 1.7 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 664.7 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au