mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
Update README.md
This commit is contained in:
parent
67bed5c2c3
commit
4bb15fa20d
33
README.md
33
README.md
@ -1,24 +1,15 @@
|
|||||||
###OpenMV (Open Machine Vision Module)
|
### OpenMV (Open-Source Machine Vision)
|
||||||
|
|
||||||
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">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/iabdalkader/openmv/master/imgs/openmv1.jpeg" width="240" height="180" border="10">
|
<img src="https://raw.githubusercontent.com/openmv/openmv-media/master/boards/openmv-cam/v3/web-new-cam-v3-angle.jpg" width="240" height="180" border="10">
|
||||||
</p>
|
</p>
|
||||||
**This is a video of the color tracking:**
|
|
||||||
<p align="center">
|
The OpenMV project aims at making machine vision more accessible to hobbyists and makers by making open-source, low-cost machine vision cameras. The OpenMV project was successfully funded via Kickstarter back in 2013. The first generation of OpenMV cameras is based the STM's STM32F ARM Cortex-M MCUs and Omnivision OV7725 sensors.
|
||||||
<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"
|
OpenMV cameras are programmable in Python3 and come with an extensive set of image processing functions such as face detection and tracking, keypoints descriptor, color blob tracking, QR and Bar codes support, GIF and MJPEG recording and much more.
|
||||||
alt="" width="240" height="180" border="10" />
|
|
||||||
</p>
|
The OpenMV camera board has built-in RGB and IR LEDs, USB FS for programming and video streaming, uSD socket and I/O headers breaking out PWM, UARTs, SPI and I2C. Additionally, OpenMV supports extension modules (shields) using the I/O headers such as WiFi, BLE, Thermal (FIR) and LCD shields.
|
||||||
**This is a video of the face detection:**
|
|
||||||
<p align="center">
|
OpenMV comes with a cross-platform IDE (based on QT creator) designed specifically to support OpenMV cameras. The IDE allows viewing the frame buffer, accessing sensor controls, uploading scripts and running them on the camera via serial over USB (or WiFi/BLE if available).
|
||||||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=SdQF5JI4kzU
|
|
||||||
" target="_blank"><img src="http://img.youtube.com/vi/SdQF5JI4kzU/0.jpg"
|
For more information, please visit [https://openmv.io](https://openmv.io)
|
||||||
alt="" width="240" height="180" border="10" />
|
|
||||||
</p>
|
|
||||||
For more information, please visit my [blog](http://sigalrm.blogspot.com/search/label/OpenMV)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user