mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
###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.
|
|
|
|
<p align="center">
|
|
<img src="http://2.bp.blogspot.com/-x1Ua3wLs21Y/UjYvUB0oLJI/AAAAAAAAATE/zDqQFY_Pkp8/s400/DSC03631.JPG" width="240" height="180" border="10">
|
|
</p>
|
|
**This is a video of the color tracking:**
|
|
<p align="center">
|
|
<a href="http://www.youtube.com/watch?feature=player_embedded&v=T-oMfnEsa1o
|
|
" target="_blank"><img src="http://img.youtube.com/vi/T-oMfnEsa1o/0.jpg"
|
|
alt="" width="240" height="180" border="10" />
|
|
</p>
|
|
**This is a video of the face detection:**
|
|
<p align="center">
|
|
<a href="http://www.youtube.com/watch?feature=player_embedded&v=SdQF5JI4kzU
|
|
" target="_blank"><img src="http://img.youtube.com/vi/SdQF5JI4kzU/0.jpg"
|
|
alt="" width="240" height="180" border="10" />
|
|
</p>
|
|
For more information, please visit my [blog](http://sigalrm.blogspot.com/search/label/OpenMV)
|