Difference between revisions of "CaspaPX"

From Gumstix User Wiki
Jump to: navigation, search
(Created page with "== Quickstart == The MT9V032 sensor at the heart off the CaspaPX isn't supported in the mainstream kernel yet, so a little work is necessary to get the camera up and running. =…")
 
m (relink)
 
(48 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Quickstart ==
+
For information about the Caspa camera boards, go to the [http://wiki.gumstix.org/index.php?title=Caspa_camera_boards wiki page].
 
+
The MT9V032 sensor at the heart off the CaspaPX isn't supported in the mainstream kernel yet, so a little work is necessary to get the camera up and running.
+
 
+
=== Pre-built Image ===
+
 
+
The easiest way to get the camera working is to download a pre-built image from [http://somelink here]. Once your image has booted do one of the following from the serial console:
+
 
+
# export -DISPLAY :0.0
+
# gst-launch v4l2src ! xvimagesink
+
or
+
# mplayer tv:// -tv driver=v4l2:device=/dev/video0
+
 
+
Or you can open cheese:
+
 
+
<left-click on desktop> Applications > Multimedia > Cheese
+
 
+
=== Bitbake ===
+
 
+
If you want a more control over the packages included in your image, you can modify the bitbake recipe used to generate the pre-built image.
+
 
+
$ nano ~/overo-oe/org.openembedded.dev/recipes/images/caspapx-image.bb
+
  <make your modifications>
+
$ bitbake caspapx-image.bb
+

Latest revision as of 17:53, 28 February 2011

For information about the Caspa camera boards, go to the wiki page.