Difference between revisions of "OpenMV CAM Image Sensor"

From LinkSprite Playgound
Jump to: navigation, search
(Introduction)
(Introduction)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
  
[[File:Camera M 1.jpg|640px]]
+
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.
  
[[File:Camera M 2.jpg|640px]]
+
[[File:OpenMV CAM A.jpg|640px]]
  
[[File:Camera M 3.jpg|640px]]
+
[[File:OpenMV CAM-B.jpg|640px]]
  
[[File:Camera M.jpg|640px]]
+
[[File:OpenMV CAM-C.jpg|640px]]
  
 
*320x240 maximum image processing resolution
 
*320x240 maximum image processing resolution
Line 19: Line 19:
 
*Can record GIFs/MJPEG videos
 
*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.
+
== Specifications ==
 +
 
 +
[[File:open camare.jpg|640px]]
 +
 
 +
*320x240 maximum image processing resolution in either grayscale or color. Your frame rate will be dependent on your application but can go up to 30+ FPS at smaller resolutions
 +
 
 +
*Executes compiled machine vision algorithms via high level Python User Interface
 +
 
 +
*Python scripts are compiled too before execution resulting in near zero overhead
 +
 
 +
*9 user controllable multi-function GPIO pins (multi-functions include 1 ADC/DAC pin, 1 SPI bus, 1 I2C bus, 1 Serial Port, and 2 Servo Pins)
 +
 
 +
*Full Speed USB (12 Mb/s) serial port connection to your computer
 +
 
 +
*SDIO SD socket (25Mb/s) - We support both standard capacity and high capacity SD cards
 +
 
 +
*We have a RGB LED on board along with 2 IR LEDs
 +
 
 +
*The system draws about 150 mA in operation
 +
 
 +
*Lens mounts are M12 (comes with a 2.8mm 92 degree FOV lens with an easily removable IR filter)

Latest revision as of 03:17, 22 November 2016

Introduction

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.

OpenMV CAM A.jpg

OpenMV CAM-B.jpg

OpenMV CAM-C.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

Specifications

Open camare.jpg

  • 320x240 maximum image processing resolution in either grayscale or color. Your frame rate will be dependent on your application but can go up to 30+ FPS at smaller resolutions
  • Executes compiled machine vision algorithms via high level Python User Interface
  • Python scripts are compiled too before execution resulting in near zero overhead
  • 9 user controllable multi-function GPIO pins (multi-functions include 1 ADC/DAC pin, 1 SPI bus, 1 I2C bus, 1 Serial Port, and 2 Servo Pins)
  • Full Speed USB (12 Mb/s) serial port connection to your computer
  • SDIO SD socket (25Mb/s) - We support both standard capacity and high capacity SD cards
  • We have a RGB LED on board along with 2 IR LEDs
  • The system draws about 150 mA in operation
  • Lens mounts are M12 (comes with a 2.8mm 92 degree FOV lens with an easily removable IR filter)