Difference between revisions of "Integrated camera"

From ThinkWiki
Jump to: navigation, search
m (fix typo)
Line 1: Line 1:
The webcam in the Thinkpad Z61t is a Sonix sn9c201+OV7660 and it is supported by the gspca module in Kernel 2.6.28. (I didnt tested that myself because I have no Z61t but I saw the sn9c* stuff in the Kernel.
+
{| width="100%"
 +
|style="vertical-align:top;padding-right:20px;width:10px;" | [[Image:integrated_camera.jpg|Integrated Camera]] __NOTOC__
 +
|style="vertical-align:top" |
 +
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
 +
=== The Integrated camera ===
 +
Almost all recent ThinkPads have an integrated camera above the display. This camera (typically called a webcam) is USB attached. On some earlier ThinkPads it used a proprietary camera, but later models use a standard UVC camera which is supported by the uvcvideo driver.
 +
</div>
 +
|}
  
The webcam in the Thinkpad X301 (and i guess in all other Thinkpads in this generation) is supported by uvcvideo. It is a USB standard for Webcams (pretty cool actually. I didn't know something like this existed)
+
== ThinkPads which may have a proprietary camera ==
You can take videos (see yourself) with mplayer by using the video4linux 2 driver. The call would look like this.
+
'''Sonix sn9c201''' supported by the gspca_sn9c20x driver
  mplayer driver=v4l2:width=640:height=480:outfmt=i420 -vo xv tv://
+
* {{Z61t}}
Note that one taking videos you cant go above 640x480. Anyway the quality is pretty good. Even the green led next to the webcam is on.
+
== ThinkPads which may have a UVC camera ==
 
+
'''1.3MP fixed focus'''
You can take pictures with uvccapture. The call would look something like that:
+
* {{T400}}, {{T500}}
  uvccapture -x1280 -y1024 -o002.jpg
 
Note that in this case (for a single picture you can go to the maximum resultion of 1280x1024px
 
 
 
Maybe someone can write a newbie guide on how to find and enable the uvcvideo module (I think it's somewhere in Device-Drivers->Multimedia Devices->V4L->USB capture devices)
 

Revision as of 17:40, 17 February 2010

Integrated Camera

The Integrated camera

Almost all recent ThinkPads have an integrated camera above the display. This camera (typically called a webcam) is USB attached. On some earlier ThinkPads it used a proprietary camera, but later models use a standard UVC camera which is supported by the uvcvideo driver.

ThinkPads which may have a proprietary camera

Sonix sn9c201 supported by the gspca_sn9c20x driver

ThinkPads which may have a UVC camera

1.3MP fixed focus