Difference between revisions of "OpenMV CAM Image Sensor"

From LinkSprite Playgound
Jump to: navigation, search
(Created page with "== Introduction == File:Camera M 1.jpg File:Camera M 2.jpg File:Camera M 3.jpg File:Camera M.jpg *320x240 maximum image processing resolution *Face Detec...")
 
(Introduction)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
  
[[File:Camera M 1.jpg]]
+
[[File:Camera M 1.jpg|640px]]
  
[[File:Camera M 2.jpg]]
+
[[File:Camera M 2.jpg|640px]]
  
[[File:Camera M 3.jpg]]
+
[[File:Camera M 3.jpg|640px]]
  
[[File:Camera M.jpg]]
+
[[File:Camera M.jpg|640px]]
  
 
*320x240 maximum image processing resolution
 
*320x240 maximum image processing resolution

Revision as of 05:05, 9 September 2016

Introduction

Camera M 1.jpg

Camera M 2.jpg

Camera M 3.jpg

Camera M.jpg

  • 320x240 maximum image processing resolution
  • Face Detection and pupil Tracking
  • Motion Detection w/ frame differencing
  • Blob detection w/ color tracking
  • Can record GIFs/MJPEG videos

The OpenMV CAM Image Sensor runs Micropython which allows you to program it in Python to do any of the above things while being able to control I/O pins and read/write files on an SD card. It's basically a general purpose microcontroller like the Arduino with a rich amount of computer vision functionality.