I came across some websites related to webcam detection and working on
Linux systems which describe a tool called "easycam2". Here are the main
ones:
https://help.ubuntu.com/community/EasyCam
http://wiki.ubuntuusers.de/Easycam2
http://blognux.free.fr/
I do not understand the French and German web pages. Debian does not
seem to have this package. Easycam2 appears to make detection and
working of webcams a breeze. Apparently it detects what webcam is
connected and installs the relevant driver. Is this correct?
Anyone have experience with this?
And anybody know what is relationship between gspca and uvcvideo modules?
Finally, is easycam2 just a gui way of replacing module-assistant in
these webcam cases?
Thanks.
--
Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
I read the French blog from the main author, looks to me it's a script
trying to detect which chipset the camera is using, and then installing
the right driver.
But for uvcvideo it's broken, since uvc shifted from svn to mercurial
and the compilation method changed accordingly.
uvcvideo is in the kernel starting with 2.6.26, gspca in 2.6.27 and
above, and all are available through module-assistant, so the script is
just to save the user the hassle of running a search with the usb ID,
and installing the driver.
>From the author blog I could understand that several drivers aren't
included in easycam, some are but installation process is broken, and
the author doesn't have much time to look into this (he is preparing a
challenging exam, French "concours", we are very fond of those...).
Finally it's intended for Ubuntu users, I didn't look into the code, the
main author says it's written in python and Glade provides the GUI.
So to answer your question, it seems to be more than a gui way to
replace m-a, the webcam detection module seems to be the important point
in easycam, on top of which is the collection of driver installation
routines.
Hope it helps.
Tom