mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
###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.
|
|
|
|
<p align="center">
|
|
<img src="https://raw.githubusercontent.com/iabdalkader/openmv/master/imgs/openmv1.jpeg" 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)
|