Ubuntu 安装Cheese 与 EasyCam摄像头 | |
|
|
来源: ChinaUnix博客 日期: 2008.05.03 21:14 (共有条评论) 我要评论 | |
Cheese是一种LINUX的摄像头(webcam)软件,你能够经过这软件使用你的webcam 自拍。 方法很是简单,只要点击 Take a Photo 按钮,而后屏幕就会导数3秒,就能够拍下了,拍下的图片是会储存在下方的预览区里,能够删除和发送。按[Video] 就是录像模式,按[Effects]就能够选择拍摄效果。 安装cheese 方法有2种: (1)系统->Synaptic Package Manager->Search里打上cheese 搜寻,而后安装就能够了。 或 (2)在终端机 敲上 sudo apt-get install cheese EasyCam 2 EasyCam 2 是EasyCam的新版本。若是您在使用EasyCam时出现问题,请尝试使用EasyCam 2。 1.EasyCam 2的安装方法 2. 安装 把下一行中的代码添加到您的 /etc/apt/sources.list 文件中 deb http://blognux.free.fr/debian unstable main 3. 而后更新您系统中的软体包并安装easycam sudo apt-get update sudo apt-get install easycam2 4. EasyCam 1 EasyCam是一个用於自动安装摄像头的程式。它能够自动检测您的摄像头,选择并安装适合的驱动程式。 这里有一个可以被EasyCam检测到的摄像头的列表。这个列表的规模如今还比较小,可是它正在持续扩大。 源代码能够从这里找到。 5. 安装 把下一行中的代码添加到您的/etc/apt/sources.list文件中 deb http://blognux.free.fr/debian unstable main 而后更新您系统中的软体包并安装easycam 6. 启动easycam 您能够使用下面这条命令来启动easycam(在系统->系统管理菜单中有一个图标,您也能够经过它来启动easycam): lauchcam2 7. EasyCam 2 如今请从屏幕上出现的列表中选择您的摄像头型号,而后easycam会向您询问是否安装驱动程式。 通过一段时间的编译,您的摄像头应该就能够使用了。 8. 问题 您若是遇到困难,能够到Documentaion Ubuntu Francophone (法语)或者他们的论坛(法语)查询。 9. 测试您的摄像头 camorama是一个用於观看,修改和保存从摄像头中得到的图像的小工具。您能够使用APT安装它: sudo apt-get install camorama 10. 介绍一些额外软体 若是您想在摄像头开启的时候在系统托盘上显示一个图标,您能够试试Camera Monitor。debian和ubuntu用户能够直接使用这个deb包进行安装。 11. 手动安装spca5xx 您能够在这里找到手动安装spca5xx驱动程式的指南。 12. EasyCam 2 EasyCam 2 is a New Release of EasyCam. Please try if you have any problems with EasyCam 13. 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 easycam2 14. 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 webcams . At the moment the list is small, but it is constantly growing. The source code is here 15. 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 16. 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. 17. 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 18. 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. 部分资料参考自UBUNTU官方WIKI:Webcam 做者:TOM 出处:南方Linux 本文来自ChinaUnix博客,若是查看原文请点:http://blog.chinaunix.net/u/31/showart_665479.html |