Loading...Please wait one moment.

This campaign is no longer active, but has been archived.

OpenMV Cam H7 with Lepton 3.5

OpenMV Cam H7 with Lepton 3.5
Funded
0 of 1
OpenMV Cam H7 with Lepton 3.5
100% Funded
10
Goal
10 of 10
Backed

$329.00 + Shipping

Product Details

Brand / Manufacturer

OpenMV

Product Description

The OpenMV Cam is a small, low power, microcontroller board which allows you to easily implement applications using machine vision in the real-world. 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 features:

  • The STM32H743VI ARM Cortex M7 processor running at 400 MHz with 1MB of RAM and 2 MB of flash. All I/O pins output 3.3V and are 5V tolerant. The processor has the following I/O interfaces:
    • 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.
    • A μSD Card socket capable of 100Mbs reads/writes which allows your OpenMV Cam to record video and easy pull machine vision assets off of the μSD card.
    • A SPI bus that can run up to 100Mbs allowing you to easily stream image data off the system to either the LCD Shield, the WiFi Shield, or another microcontroller.
    • An I2C Bus, CAN Bus, and an Asynchronous Serial Bus (TX/RX) for interfacing with other microcontrollers and sensors.
    • A 12-bit ADC and a 12-bit DAC.
    • Three I/O pins for servo control.
    • Interrupts and PWM on all I/O pins (there are 10 I/O pins on the board).
    • And, an RGB LED and two high power 850nm IR LEDs.
  • A removable camera module system allowing the OpenMV Cam H7 to interface with different sensors:
    • The OpenMV Cam H7 comes with a OV7725 image sensor is capable of taking 640x480 8-bit Grayscale images or 640x480 16-bit RGB565 images at 60 FPS when the resolution is above 320x240 and 120 FPS when it is below. Most simple algorithms will run at above 60 FPS. Your image sensor comes with a 2.8mm lens on a standard M12 lens mount. If you want to use more specialized lenses with your image sensor you can easily buy and attach them yourself.
    • For professional machine vision applications you can buy our Global Shutter Camera Module.
    • For thermal machine vision applications you can buy our FLIR Lepton Adapter Module.
  • A LiPo battery connector compatible with 3.7V LiPo batteries commonly sold online for hobbyist robotic applications.

For more information about the OpenMV Cam please see our documentation.

Applications

The OpenMV Cam can be used for the following things currently (more in the future):

  • Frame Differencing
    • You can use Frame Differencing on your OpenMV Cam to detect motion in a scene by looking at what's changed. Frame Differencing allows you to use your OpenMV Cam for security applications. Checkout the video of the feature here.
  • Color Tracking
    • You can use your OpenMV Cam to detect up to 16 colors at a time in an image (realistically you'd never want to find more than 4) and each color can have any number of distinct blobs. Your OpenMV Cam will then tell you the position, size, centroid, and orientation of each blob. Using color tracking your OpenMV Cam can be programmed to do things like tracking the sun, line following, target tracking, and much, much, more. Video demo here.
  • Marker Tracking
    • You can use your OpenMV Cam to detect groups of colors instead of independent colors. This allows you to create color makers (2 or more color tags) which can be put on objects allowing your OpenMV Cam to understand what the tagged objects are. Video demo here.
  • Face Detection
    • You can detect Faces with your OpenMV Cam (or any generic object). Your OpenMV Cam can process Haar Cascades to do generic object detection and comes with a built-in Frontal Face Cascade and Eye Haar Cascade to detect faces and eyes.
  • Eye Tracking
    • You can use Eye Tracking with your OpenMV Cam to detect someone's gaze. You can then, for example, use that to control a robot. Eye Tracking detects where the pupil is looking versus detecting if there's an eye in the image.
  • Optical Flow
    • You can use Optical Flow to detect translation of what your OpenMV Cam is looking at. For example, you can use Optical Flow on a quad-copter to determine how stable it is in the air. See the video of the feature here.
  • QR Code Detection/Decoding
    • You can use the OpenMV Cam to read QR Codes in it's field of view. With QR Code Detection/Decoding you can make smart robots which can read labels in the environment. You can see our video on this feature here.
  • Data Matrix Detection/Decoding
    • The OpenMV Cam H7 can also detect and decode data matrix 2D barcodes too. You can see our video on this feature here.
  • Linear Barcode Decoding
    • The OpenMV Cam H7 can also decode 1D linear bar codes. In particular, it can decode EAN2, EAN5, EAN8, UPCE, ISBN10, UPCA, EAN13, ISBN13, I25, DATABAR, DARABAR_EXP, CODABAR, CODE39, CODE93, and CODE128 barcodes. You can see our video on this feature here.
  • AprilTag Tracking
    • Even better than QR Codes above, the OpenMV Cam H7 can also track AprilTags at 160x120 at up to about 12 FPS. AprilTags are rotation, scale, shear, and lighting invariant state-of-the-art fidicual markers. We have a video on this feature here.
  • Line Detection
    • Infinite line detection can be done speedily on your OpenMV Cam at near max FPS. And, you can also find non-infinite length line segments too. You can see our video of this feature here. Additionally, we support running linearregressions on the image for use in line following applications like this DIYRobocar.
  • Circle Detection
    • You can use the OpenMV Cam H7 to easily detect circles in the image. See for yourself in this video.
  • Rectangle Detection
    • The OpenMV Cam H7 can also detect rectangles using our AprilTag library's quad detector code. Checkout the video here.
  • Template Matching
    • You can use template matching with your OpenMV Cam to detect when a translated pre-saved image is in view. For example, template matching can be used to find fiducials on a PCB or read known digits on a display.
  • Image Capture
    • You can use the OpenMV Cam to capture up to 640x480 Grayscale/RGB565 BMP/JPG/PPM/PGM images. You directly control how images are captured in your Python script. Best of all, you can preform machine vision functions and/or draw on frames before saving them.
  • Video Recording
    • You can use the OpenMV Cam to record up to 640x480 Grayscale/RGB565 MJPEG video or GIF images (or RAW video). You directly control how each frame of video is recorded in your Python script and have total control on how video recording starts and finishes. And, like capturing images, you can preform machine vision functions and/or draw on video frames before saving them.

Finally, all the above features can be mixed and matched in your own custom application along with I/O pin control to talk to the real world.


Purchase Information

Unit Deliverable

1 x OpenMV H7 with OV7725 camera module, 1 x OpenMV FLIR Lepton Adapter, 1 x FLIR Lepton 3.5 with radiometry support

Unit Price

$329.00

Availability

Campaign Funded, ends when minimum unit count reached

Lead Time

7 Days after campaign end date


Options and Add-Ons

No Image Available

PureThermal 2 - FLIR Lepton Smart I/O Module

$99.99

PureThermal 2 is a hackable thermal webcam for the FLIR Lepton (2.x - 3.x) LWIR camera core. It is the result of listening to our thousands of PureThermal 1 users and giving them what they want: four mounting holes, pads for optional EM shielding, less complex circuitry, and perhaps best of all, USB DFU. That's right, a JTAG breakout board will no longer be required to update PureThermal 2. This is a development kit ready to be embedded into a production system.

No Image Available

FLIR Lepton Breakout Board

$39.99

This is the fourth version of the first breakout board for the FLIR Lepton LWIR thermal imaging camera core that lets you plug in all Lepton types into your favorite single-board computing platform like Raspberry Pi, Pine64, Intel Edison, and more. All required Lepton system voltages, I2C pullups, and clocking is provided by this board so you can focus on your application software and not the Lepton setup hardware.

No Image Available

PureThermal Mini - FLIR Lepton Smart I/O Module

$99.00

PureThermal Mini is a hackable thermal webcam for the FLIR Lepton (2.x - 3.x) LWIR camera core. It is the result of listening to our thousands of PureThermal 1 users and giving them what they want: four mounting holes, pads for optional EM shielding, less complex circuitry, and perhaps best of all, USB DFU. That's right, a JTAG breakout board will no longer be required to update PureThermal 2. This is a development kit ready to be embedded into a production system. 

Sponsors

Sponsor the great works of our community of developers and conservation technologists who are trying to make a real difference. Contact us at sponsor@groupgets.com for more information about becoming a campaign sponsor. For help or any other questions, please submit a support ticket here.

Help

Do you have questions before you back this campaign? We would love to answer them for you! You can either Contact Us or join in on the discussion.

Approved

We are proud to support OpenMV Cam H7 with Lepton 3.5 in reaching its goal.

Trusted

GroupGets is a trusted platform, enabling companies and makers to effortlessly sell their products and making technology accessible to all.

Featured Campaigns

OpenMV Cam H7 with Lepton 3.5

PureThermal 3 w/ FLIR Lepton FS

Funded

GroupGet

Funded
150%

Target
10

Price
$199.99

Upgrade to a Lepton 3.5 for $50!  PureThermal 3 (PT3) is a hackable thermal webcam for the FLIR Lepton (2.x - 3.x) LWIR camera core. It has the same basic functionality o... View Campaign
OpenMV Cam H7 with Lepton 3.5

tCam-Mini Bundle Round 2

Funded

GroupGet

Funded
100%

Target
10

Price
$159.99

Save 20% compared to purchasing separately! tCam-Mini is a small wireless streaming thermal imaging camera designed by Dan Julio.  tCam-Mini comes with a capable desktop... View Campaign
OpenMV Cam H7 with Lepton 3.5

tCam-Mini Bundle

Funded

GroupGet

Funded
100%

Target
10

Price
$159.99

Save 20% compared to purchasing separately! tCam-Mini is a small wireless streaming thermal imaging camera designed by Dan Julio.  tCam-Mini comes with a capable desktop... View Campaign