个人工具

“UbuntuHelp:EasyCam”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的6个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/EasyCam}}
 
{{From|https://help.ubuntu.com/community/EasyCam}}
 
{{Languages|UbuntuHelp:EasyCam}}
 
{{Languages|UbuntuHelp:EasyCam}}
== [[UbuntuHelp:EasyCam|EasyCam]] 2 ==
+
== EasyCam 2 ==
''' Please, if you want participate to the dev of [[UbuntuHelp:EasyCam|EasyCam]], contact me at 'jbtheou in gmail dot com'. Anbreizh Thanks '''
+
''' Please, if you want participate to the dev of EasyCam, contact me at 'jbtheou in gmail dot com'. Anbreizh Thanks '''
[http://forum.ubuntu-fr.org/viewtopic.php?id=16670 [[UbuntuHelp:EasyCam|EasyCam]] 2] is a new release of [[UbuntuHelp:EasyCam|EasyCam]].
+
{i} '''These instructions are only applicable for a previous release of Ubuntu'''. If you are not using Ubuntu Hardy Heron (8.04), these instructions will not work.
Please try it if you have any problems with [[UbuntuHelp:EasyCam|EasyCam]] 1.  
+
[http://blognux.free.fr EasyCam 2] is a new release of EasyCam.
=== Installation ===
+
=== Installation on 32 bit systems ===
You need to add the following repository to your source list [[UbuntuHelp:Repositories/Ubuntu|Adding Repositories]]
+
You need to add the following repository to your source list [[UbuntuHelp:Repositories/Ubuntu|Adding|Repositories]]
 
<pre><nowiki>
 
<pre><nowiki>
deb http://blognux.free.fr/debian unstable main
+
deb http://blognux.free.fr/ubuntu hardy main
 +
deb-src http://blognux.free.fr/ubuntu hardy main
 
</nowiki></pre>
 
</nowiki></pre>
 
Then you need to update the packages  
 
Then you need to update the packages  
第14行: 第15行:
 
sudo apt-get update
 
sudo apt-get update
 
</nowiki></pre>
 
</nowiki></pre>
and install the '''easycam''' package
+
and install the '''easycam''' package :
 +
* If you use Gnome :
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get install easycam2
+
sudo apt-get install easycam2-gtk
 
</nowiki></pre>
 
</nowiki></pre>
== EasyCam 1 ==
+
* If you use Kde :
[http://forum.ubuntu-fr.org/viewtopic.php?id=16670 EasyCam] is software for an automated webcam installation. Thanks to the autodetection it will install the needed driver for your webcam.
+
There are [http://blognux.free.fr/Liste/ lists] of the autodetected webcams. At the moment the list is small, but it's constantly growing.
+
The source code is [http://blognux.free.fr/sources/ here]
+
=== Installation ===
+
You need to add the following repository to you source list [[UbuntuHelp:Repositories/Ubuntu|Adding Repositories]]
+
 
<pre><nowiki>
 
<pre><nowiki>
deb http://blognux.free.fr/debian unstable main
+
sudo apt-get install easycam2-qt
 
</nowiki></pre>
 
</nowiki></pre>
Then you need to update the packages
+
=== Installation on 64 bit systems ===
 +
''note: instructions found on [http://blognux.free.fr/?p=27]''
 +
1. First, install the dependencies:
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get update
+
sudo apt-get install python-xml cheese
 
</nowiki></pre>
 
</nowiki></pre>
and install the '''easycam''' package
+
''note: python-xml was permanently removed from Ubuntu under karmic. See https://bugs.launchpad.net/ubuntu/+source/python-xml/+bug/343242?comments=all''
 +
2. Now, download the core and install it:
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get install easycam
+
wget http://blognux.free.fr/ubuntu/dists/hardy/main/binary-i386/easycam2-core.deb
 +
sudo dpkg -i easycam2-core.deb
 +
</nowiki></pre>
 +
2a. I must did a: 'sudo apt-get -f install' for dependencies problem with the core.
 +
3. Install '''EasyCam'''
 +
 
 +
* On Gnome
 +
<pre><nowiki>
 +
wget http://blognux.free.fr/ubuntu/dists/hardy/main/binary-i386/easycam2-gtk.deb
 +
sudo dpkg -i easycam2-gtk.deb
 +
</nowiki></pre>
 +
* On KDE
 +
<pre><nowiki>
 +
wget http://blognux.free.fr/ubuntu/dists/hardy/main/binary-i386/easycam2-qt.deb
 +
sudo dpkg -i easycam2-qt.deb
 
</nowiki></pre>
 
</nowiki></pre>
 
== Start easycam ==
 
== Start easycam ==
With the following command you start easycam (there is also an icon under System->Administration):
+
With the following command you start easycam (there is also an icon under Application->Utility):
 +
*In Gnome :
 +
<pre><nowiki>
 +
gksudo 'python /usr/share/EasyCam2/core.py --gtk'
 +
</nowiki></pre>
 +
*In Kde :  
 
<pre><nowiki>
 
<pre><nowiki>
lauchcam2
+
kdesudo 'python /usr/share/EasyCam2/core.py --qt'
 
</nowiki></pre>
 
</nowiki></pre>
(Note the spelling, yes, there's no "n" in there.)
 
 
Now you can choose your webcam from the list. The software asks you if you want to install the driver.
 
Now you can choose your webcam from the list. The software asks you if you want to install the driver.
 
After some compilation your webcam should be ready.
 
After some compilation your webcam should be ready.
 
== Problems ==
 
== Problems ==
If you get in trouble you can check on their [http://forum.ubuntu-fr.org/viewtopic.php?id=16670 thread] (in french) or on the [http://wiki.ubuntu-fr.org/materiel/webcam_logitech_msn?s=amsn Documentation Ubuntu Francophone (in french)].
+
If you get in trouble you can check the [http://blog.jbtheou.fr/ EasyCam] blog or check on their [http://forum.ubuntu-fr.org/viewtopic.php?id=16670 thread] (in french) or on the [http://wiki.ubuntu-fr.org/materiel/webcam_logitech_msn?s=amsn Documentation Ubuntu Francophone (in french)].
 
----
 
----
[[category:CategoryDocumentation]]  
+
[[category:CategoryHardware]] [[category:CategorySoftware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 22:08的最新版本


EasyCam 2

Please, if you want participate to the dev of EasyCam, contact me at 'jbtheou in gmail dot com'. Anbreizh Thanks {i} These instructions are only applicable for a previous release of Ubuntu. If you are not using Ubuntu Hardy Heron (8.04), these instructions will not work. EasyCam 2 is a new release of EasyCam.

Installation on 32 bit systems

You need to add the following repository to your source list Adding|Repositories

deb http://blognux.free.fr/ubuntu hardy main
deb-src http://blognux.free.fr/ubuntu hardy main

Then you need to update the packages

sudo apt-get update

and install the easycam package :

  • If you use Gnome :
sudo apt-get install easycam2-gtk
  • If you use Kde :
sudo apt-get install easycam2-qt

Installation on 64 bit systems

note: instructions found on [1] 1. First, install the dependencies:

sudo apt-get install python-xml cheese

note: python-xml was permanently removed from Ubuntu under karmic. See https://bugs.launchpad.net/ubuntu/+source/python-xml/+bug/343242?comments=all 2. Now, download the core and install it:

wget http://blognux.free.fr/ubuntu/dists/hardy/main/binary-i386/easycam2-core.deb
sudo dpkg -i easycam2-core.deb

2a. I must did a: 'sudo apt-get -f install' for dependencies problem with the core. 3. Install EasyCam

  • On Gnome
wget http://blognux.free.fr/ubuntu/dists/hardy/main/binary-i386/easycam2-gtk.deb
sudo dpkg -i easycam2-gtk.deb
  • On KDE
wget http://blognux.free.fr/ubuntu/dists/hardy/main/binary-i386/easycam2-qt.deb
sudo dpkg -i easycam2-qt.deb

Start easycam

With the following command you start easycam (there is also an icon under Application->Utility):

  • In Gnome :
gksudo 'python /usr/share/EasyCam2/core.py --gtk'
  • In Kde :
kdesudo 'python /usr/share/EasyCam2/core.py --qt'

Now you can choose your webcam from the list. The software asks you if you want to install the driver. After some compilation your webcam should be ready.

Problems

If you get in trouble you can check the EasyCam blog or check on their thread (in french) or on the Documentation Ubuntu Francophone (in french).