OpenMV固件源码
Go to file
iabdalkader d45395eb38 Add 3rd hardware revision
* Replace single resistors with resistor networks.
* Add pull-ups to the uSD SPI signals and unused pins.
* Add a 2mm pitch debugging header.
* Breakout I2C3, SPI3 and USART3 using the main header.
* Fix silk screen component names.
* Connect the sensor's PWDWN and RESET to GPIO.
* Add a MOSFET load switch to enable/disable power to the uSD.
* Add a bulk cap to STM micro.
* Add a switch to enter the DFU mode.
2014-01-02 11:17:01 +02:00
bin Update binary 2013-12-13 02:53:16 +02:00
eagle Add 3rd hardware revision 2014-01-02 11:17:01 +02:00
include removed old files 2013-11-30 04:34:03 +02:00
lib Added the new hardware revision 2013-12-06 03:40:57 +02:00
src Disable OV965x Internal Regulator 2013-12-24 13:09:50 +02:00
usr Change userspace code to use varargs 2013-12-13 19:03:55 +02:00
.gitignore added gitignore 2013-12-10 19:41:18 +02:00
LICENSE Initial commit 2013-11-13 12:24:56 +02:00
README.md Update README.md 2013-12-06 06:43:27 +02:00
stm32_flash.ld Fixed linker script to load haar cascade into CCM 2013-12-02 22:17:45 +02:00

###OpenMV (Open Machine Vision Module)

OpenMV is an open-source tiny machine vision module based on an STM32F4xx ARM Cortex-M4 MCU and an OV9650 sensor, it's currently capable of doing face detection at 25FPS, color tracking at 30FPS+ and has USART interfae and USB-OTG support for debugging and firmware update. This repo contains the hardware resources, drivers, image processing and userspace code.

**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)