Open Camera

The OpenMV M7 Camera is a small, low-power microcontroller board that allows you to easily implement applications using machine vision in the real world. The best part about the OpenMV is that it is not only capable of image capture, but also face detection, color tracking, QR code reading and plenty more. If you are looking for an economical camera module boasting multiple high-end features, look no further than the OpenMV M7!

Technical Description

The OpenMV can be programmed 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. You still have total control over your OpenMV M7 and its I/O pins in Python. We 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.

Parts

  1. 1x OpenMV M7 Camera
  2. 2x 8-pin Male Header
  3. 2x 8-pin Female Stackable Header

Limitations/Features

  1. Three I/O pins for servo control.
  2. Interrupts and PWM on all I/O pins (there are 10 I/O pins on the board).
  3. RGB LED and two high-power 850nm IR LEDs.
  4. A full-speed USB (12Mbs) interface to your computer; your OpenMV Cam will appear as a virtual COM port and a USB flash drive when plugged in.
  5. A μSD card socket capable of 100Mbs reads/writes, which allows your OpenMV Cam to record video and easily pull machine vision assets off of the μSD card.
  6. An SPI Bus that can run up to 54Mbs, allowing you to easily stream image data off the system to either the LCD shield, the WiFi shield or another microcontroller.

Skill

4-Experienced

Links

https://cdn.sparkfun.com/datasheets/Sensors/LightImaging/STM32F765VI.pdf

https://www.sparkfun.com/products/14985

 

Leave a Reply