mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Update README.md
This commit is contained in:
parent
0018b025e8
commit
657f0f6b63
10
README.md
10
README.md
@ -4,12 +4,10 @@
|
||||
<img src="https://raw.githubusercontent.com/openmv/openmv-media/master/boards/openmv-cam/v3/web-new-cam-v3-angle.jpg" width="320" height="320" border="10">
|
||||
</p>
|
||||
|
||||
The OpenMV project aims at making machine vision more accessible to makers by developing open-source, low-cost machine vision cameras. The OpenMV project was successfully funded via Kickstarter back in 2015 and has come a long way since then.
|
||||
The OpenMV project aims at making machine vision more accessible to beginners by developing a user-friendly, open-source, low-cost machine vision platform.
|
||||
|
||||
The first generation of OpenMV cameras is based on STM's STM32F ARM Cortex-M Digital Signal Controllers (DSCs) and Omnivision sensors. 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 blobs tracking, QR and Bar codes support, AprilTags, GIF and MJPEG recording and much more.
|
||||
OpenMV cameras are programmable in Python3 and come with an extensive set of image processing functions such as face detection, keypoints descriptors, color tracking, QR and Bar codes decoding, AprilTags, GIF and MJPEG recording and more. Additionally, OpenMV includes a cross-platform IDE (based on Qt Creator) designed specifically to support programmable cameras. The IDE allows viewing the camera's frame buffer, accessing sensor controls, uploading and executing scripts on the camera via serial over USB (or WiFi/BLE if available) and includes a set of image processing tools to generate tags, thresholds, keypoints etc...
|
||||
|
||||
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.
|
||||
The first generation of OpenMV cameras is based on STM32F ARM Cortex-M Digital Signal Controllers (DSCs) and Omnivision sensors. The 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.
|
||||
|
||||
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).
|
||||
|
||||
For more information, please visit [https://openmv.io](https://openmv.io)
|
||||
The OpenMV project was successfully funded via Kickstarter back in 2015 and has come a long way since then. For more information, please visit [https://openmv.io](https://openmv.io)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user