UDOO Camera Module

From eLinux.org
Revision as of 06:02, 31 July 2014 by Ekirei (talk | contribs) (Created UDOO Camera Module Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifications

  • Auto focus control (AFC) with embedded AF VCM driver
  • Sensitivity: 600mV/lux-sec
  • Video capture in Full Field of View (FOV): double sensitivity,improved signal-to.noise ratio (SNR)
  • Post-binning re-sampling filter for sharper, crisper contours and colours
  • Internal anti-shaking engine
  • Image transfer rate

VGA (320x480) @120fps VGA (640x480) @90fps 720p @60fps 1280x960 @45fps 1080p @30fps QSXGA (2592x1944) @15fps


UDOO Camera Module Datasheet


UDOO Camera.jpg

Usage

Connection

UDOO Camera module is designed to be connected via CSI interface to UDOO Camera Connector. Connection is made via a FLAT-213-16PIN cable.

Video Explanation of UDOO Camera Module Connection

Important: Never Connect UDOO Camera Module when UDOO is on! This could potentially damage the board and the camera.


Using with Gstreamer

UDOO Camera can be accessed in Hardware mode using Gstreamer Pipelines Specifically with Freescale-provided element mfw_v4lsrc:

To get camera’s stream in Fullscreen’s transparency mode, you can use

gst-launch-0.10 mfw_v4lsrc ! mfw_v4lsink

To retrive camera’s stream in windowed mode, use

gst-launch-0.10 mfw_v4lsrc ! ffmpegcolorspace ! ximagesink

If you wish to retrieve more information on mfw_v4lsrc, you can use

gst-inspect mfw_v4lsrc


Using with Loopback Device