使用EasyCam安装摄像头:修订间差异
Luojie-dune(留言 | 贡献) 小无编辑摘要 |
|||
第1行: | 第1行: | ||
'''以下仅仅适用于Ubuntu 8.04 Hardy''' | |||
== EasyCam 2 == | == EasyCam 2 == | ||
EasyCam 2 是EasyCam的新版本。如果您在使用EasyCam时出现问题,请尝试使用[http://forum.ubuntu-fr.org/viewtopic.php?id=16670 EasyCam 2]。 | EasyCam 2 是EasyCam的新版本。如果您在使用EasyCam时出现问题,请尝试使用[http://forum.ubuntu-fr.org/viewtopic.php?id=16670 EasyCam 2]。 | ||
第152行: | 第154行: | ||
贡献者:spider5 | 贡献者:spider5 | ||
[[Category:版本支持]] |
2010年4月10日 (六) 09:04的版本
以下仅仅适用于Ubuntu 8.04 Hardy
EasyCam 2
EasyCam 2 是EasyCam的新版本。如果您在使用EasyCam时出现问题,请尝试使用EasyCam 2。
安装
把下一行中的代码添加到您的 /etc/apt/sources.list
文件中
deb http://blognux.free.fr/ubuntu hardy main deb-src http://blognux.free.fr/ubuntu hardy main
然后更新您系统中的软件包并安装easycam
sudo apt-get update
Sous Gnome :
sudo apt-get install easycam2-gtk
Sous Kde :
sudo apt-get install easycam2-qt
大家有空也可以到http://www.xdzx8.com 看看。
EasyCam 1
EasyCam是一个用于自动安装摄像头的程序。它可以自动检测您的摄像头,选择并安装适合的驱动程序。
这里有一个能够被EasyCam检测到的摄像头的列表。这个列表的规模现在还比较小,但是它正在持续扩大。
源代码可以从这里找到。
安装
把下一行中的代码添加到您的/etc/apt/sources.list文件中
deb http://blognux.free.fr/debian unstable main
然后更新您系统中的软件包并安装easycam
启动easycam
您可以使用下面这条命令来启动easycam(在系统->系统管理菜单中有一个图标,您也可以通过它来启动easycam):
lauchcam2
EasyCam 2
现在请从屏幕上出现的列表中选择您的摄像头型号,然后easycam会向您询问是否安装驱动程序。
经过一段时间的编译,您的摄像头应该就可以使用了。
问题
您如果遇到困难,可以到Documentaion Ubuntu Francophone (法语)或者他们的论坛(法语)查询。
测试您的摄像头
camorama是一个用于观看,修改和保存从摄像头中获得的图像的小工具。您可以使用APT安装它:
sudo apt-get install camorama
介绍一些额外软件
如果您想在摄像头开启的时候在系统托盘上显示一个图标,您可以试试Camera Monitor。debian和ubuntu用户可以直接使用这个deb包进行安装。
手动安装spca5xx
您可以在这里找到手动安装spca5xx驱动程序的指南。
EasyCam 2
EasyCam 2是EasyCam的另一个新版本.如果你在使用EasyCam中有任何问题请尝试EasyCam 2。
安装
在你的 /etc/apt/sources.list中加入下列行:
deb http://blognux.free.fr/debian unstable main
然后更新你的系统,安装easycam2包
sudo apt-get update sudo apt-get install easycam2
EasyCam 1
EasyCam is a software for an automated webcam installation. Thanks to the auto detection it will install the needed driver for your webcam.
There is are lists of the autodetected webcam's . At the moment the list is small, but it's constantly growing.
The source code is here
Installation
Add the following line to your /etc/apt/sources.list
deb http://blognux.free.fr/debian unstable main
Then you need to update the packages and install easycam
sudo apt-get update sudo apt-get install easycam
Start easycam
with the following command you start easycam (There is also an icon under System->Administration):
lauchcam2
Now you can choose your webcam from the list. The software asks you if you want to install the driver.
After a some compilation your webcam should be ready.
Problems
If you get in trouble you can check on their thread (in french) or on the Documentaion Ubuntu Francophone (in french)
Testing your webcam
There is a nifty little application called camorama to view, alter and save images from a webcam. Simply install it via apt:
sudo apt-get install camorama
Additional software
If you want to have a little tray system icon that notifies you when your Webcam is on, try Camera Monitor. There is even a debian/ubuntu package available.
Installing spca5xx manually
You can find howto's for manual installation of the spca5xx driver here.
原文出处:官方WIKI:Webcam
原文作者:
授权许可:创作共用协议Attribution-ShareAlike 2.0 GNU自由文档许可证
翻译人员:sniper54
校对人员:5451vs5451
贡献者:spider5