Diff for "EasyCam"


Differences between revisions 13 and 26 (spanning 13 versions)
Revision 13 as of 2008-07-13 15:54:27
Size: 1677
Editor: ARennes-257-1-156-86
Comment:
Revision 26 as of 2009-12-09 00:07:52
Size: 2747
Editor: cpe-071-075-118-086
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''<<BR>><<TableOfContents(3)>>|| ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents(3)>>||
Line 8: Line 8:
{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.
Line 10: Line 12:
== Installation == == Installation on 32 bit systems ==
Line 22: Line 24:
* If you use Gnome :  * If you use Gnome :
Line 26: Line 28:
* If you use Kde :  * If you use Kde :
{{{
Line 28: Line 31:
}}}

== Installation on 64 bit systems ==
''note: instructions found on [[http://blognux.free.fr/?p=27]]''

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
}}}
Line 31: Line 63:
With the following command you start easycam (there is also an icon under System->Administration):
*In Gnome :
With the following command you start easycam (there is also an icon under Application->Utility):
 *In Gnome :
Line 34: Line 66:
gksudo (or kdesudo) 'python /usr/share/EasyCam2/core.py -g' gksudo 'python /usr/share/EasyCam2/core.py --gtk'
Line 36: Line 68:
*In Kde :  *In Kde :
Line 38: Line 70:
gksudo (or kdesudo) 'python /usr/share/EasyCam2/core.py -q' kdesudo 'python /usr/share/EasyCam2/core.py --qt'
Line 45: Line 77:
If you get in trouble you can check the [[http://blognux.free.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)]]. 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)]].
Line 48: Line 80:

CategoryDocumentation
CategoryHardware CategorySoftware

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 http://blognux.free.fr/?p=27

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).


CategoryHardware CategorySoftware

EasyCam (last edited 2009-12-09 00:07:52 by cpe-071-075-118-086)