OpenMV固件源码
Go to file
Kwabena W. Agyeman 71e795812f April Tag Release Fixes
Everything works. Running out of memory is fixed and the rotation value
is valid now. For 320x240 operation on the STM32H7 we're going to need
on the order of 1 MB in the entire frame buffer. The code is designed to
handle us getting this amount of memory without any new changes for
320x240 support.
2017-02-10 13:42:35 -05:00
design Add sys design doc for HaD 2014-08-20 00:09:30 +02:00
eagle Update OMV3 Eagle Files. 2016-12-17 00:25:05 +02:00
firmware Update firmware images. 2017-01-21 23:29:09 +02:00
imgs update imgs 2016-06-16 00:51:02 +02:00
scad Update scad case 2014-02-09 18:49:01 +02:00
src April Tag Release Fixes 2017-02-10 13:42:35 -05:00
udev Fix udev rules 2017-01-17 20:34:27 -08:00
usr April Tag Release Fixes 2017-02-10 13:42:35 -05:00
util Update keypoints editor. 2017-01-21 23:04:12 +02:00
.gitignore Update gitignore 2015-07-28 20:35:51 +02:00
.gitmodules Update gitmodules. 2016-05-05 17:28:33 +02:00
CHANGELOG.md Update change log. 2017-01-21 23:37:44 +02:00
LICENSE Update license 2014-09-20 05:09:52 +02:00
README.md Move images to imgs dir, update README 2014-10-31 21:16:26 +02:00

###OpenMV (Open Machine Vision Module)

OpenMV is an open-source tiny machine vision module based on the STM32F4xx ARM Cortex-M4 MCU and the OV2640 JPEG sensor.

OpenMV is programmable in Python3 (MicroPython) and capable of doing face detection and tracking, keypoint extraction, color tracking and more..The board has USB, a uSD connector and an expansion header (USART/SPI/I2C).

A Python IDE with syntax highlighting is available for the camera, it can run/upload scripts to the camera, view the framebuffer and update the firmware.

**This is a video of the color tracking:**

**This is a video of the face detection:**

For more information, please visit my [blog](http://sigalrm.blogspot.com/search/label/OpenMV)