Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Logitech webcam!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Fracoon
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2004
Posts: 94

PostPosted: Sun Jun 13, 2004 6:34 pm    Post subject: Logitech webcam! Reply with quote

Hi@all

ich hab ne Logitech webcam.
hab hier im forum gelesen das ich um die zu benutzen im kernel "USB Phillips Cameras" bei USB-Support aktivieren muss.

Hab mich schon dumm und dämlich gesucht aber kann die option nicht finden V4L is aktiviert und funktioniert auch.. meine TV-Karte funzt einwandfrei.

Ich hab nen 2.6.6er kernel.

kann mir irgendwer helfen?
Back to top
View user's profile Send private message
stahlsau
Guru
Guru


Joined: 09 Jan 2004
Posts: 584
Location: WildWestwoods

PostPosted: Sun Jun 13, 2004 6:56 pm    Post subject: Reply with quote

hi,
unter device-driver=>multimedia devices=>video for linux gibts für die logitech-cam sogar den "echten" treiber ;-)
Quickcam color sollte für jede logitech-cam funktionieren.
Back to top
View user's profile Send private message
Fracoon
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2004
Posts: 94

PostPosted: Sun Jun 13, 2004 7:12 pm    Post subject: Reply with quote

hmmmm...

als hab den treiber jetzt als module...
kann das modul auch laden...

aber in /dev/v4l

erscheint nur video0 und das is meine TV-Karte

=(
Back to top
View user's profile Send private message
stahlsau
Guru
Guru


Joined: 09 Jan 2004
Posts: 584
Location: WildWestwoods

PostPosted: Sun Jun 13, 2004 8:03 pm    Post subject: Reply with quote

mmh..such mal im forum nach quickcam oder webcam...da gibts n paar threads zu, bestimmt ist da auch was für dich bei ;-)
Hab meine wieder verkauft weil ich sie irgendwie nicht brauchen kann - hatte sie ne zeit lang als bewegungsmelder mit autoshot-funktion eingesetzt, aber da ich eh der einzige bin, der meinen rechner benutzt...naja, war mal interessant ;-)
Back to top
View user's profile Send private message
Inte
Veteran
Veteran


Joined: 15 Jul 2003
Posts: 1387
Location: Mannheim, GER

PostPosted: Sun Jun 13, 2004 8:14 pm    Post subject: Reply with quote

stahlsau wrote:
unter device-driver=>multimedia devices=>video for linux gibts für die logitech-cam sogar den "echten" treiber ;-)
8O Wie heißt denn der Treiber bei Dir? Mein 2.6.5er Kernel kennt keinen Quickcam-Treiber.

Ich benutze den Linux support for Philips USB webcams. Dort ist die Installation sehr ausführlich und gut dokumentiert.

Gruß, Inte.
_________________
Gentoo Linux - Die Metadistribution
Back to top
View user's profile Send private message
scout
Veteran
Veteran


Joined: 08 Mar 2003
Posts: 1991
Location: France, Paris en Semaine / Metz le W-E

PostPosted: Mon Jun 14, 2004 8:54 am    Post subject: Reply with quote

Hi,
I understand german, but I don't write it very well, sorry

I have the logitech 4000 pro, here is a quick howto:
first if you have a 2.6.6 kernel, then there is a small thing to do first, as explained in: http://kerneltrap.org/node/view/3024
Quote:
Edit /usr/src/linux/drivers/usb/media/Kconfig.
Find the lines:

> config USB_PWC
> tristate "USB Philips Cameras"
> depends on USB && VIDEO_DEV && BROKEN

Remove "&& BROKEN"

Indeed, there was a warning during the compilation of the module, that's why it was marked as broken, but in fact wasn't.
This problem is gone in 2.6.7

Now, go on http://www.smcc.demon.nl/webcam/
download the latest drivers and follow the instructions specific to your kernel described in the README file: they explain how to patch your kernel.
you have to enable video4linux in your kernel, but you already did this for your tv card, so it's ok.
Select the two modules pwc and pwcx in the USB related part of make menuconfig
Quote:
<M> USB Philips Cameras
<M> PWCX decompressor module

Then, build the modules.
Then load them:
in the tarball there's adirectory for your kernel version (for example 2.6.4 for the 2.6 series) and in there there's a file philips.txt: read it because it describes the parameters to give to your module when you load it.
Example: i put in my /etc/modules.autolaod.d/kernel-2.6 :
Quote:
pwc size=vga fps=5 fbufs=2 compression=2
pwcx

size=vga for 640x480
fps=5 for 5 fps: you can go until 15fps@640x480, not more, because there isn't enough bandwidth (explained here: http://www.smcc.demon.nl/webcam/faq.html#Q3 )
fbufs=2 explained in philips.txt:I want good reactivity
compression=2 explained in philips.txt ...

now if you want to test your cam, either use xawtv, or mplayer with v4l support (needs v4l use flag)
mplayer tv:// -tv driver=v4l:device=/dev/v4l/video1:width=640:height=480
also, you can emerge w3cam, and use the vidcat command.
example:
vidcat -d /dev/v4l/video0 -i tv -n pal -o image.jpg -p y -f jpeg

When my computer switches on, the light of the webcam is on, and that's disturbing, but in my /etc/conf.d/local.start, I put
vidcat -d /dev/v4l/video0 -i tv -n pal -o /dev/null -p y -f jpeg &
so that it takes a useless screenshot and makes the light go off at the end of the screenshot.

Hope this helps

If you manage to get the microphone working, please let me know.
_________________
http://petition.eurolinux.org/ - Petition against ePatents
L'essence de la finesse
Back to top
View user's profile Send private message
Chol
n00b
n00b


Joined: 06 Feb 2004
Posts: 34
Location: Germany

PostPosted: Sun Jul 04, 2004 10:52 am    Post subject: Reply with quote

Ich wollt meine Cam auch nochmal ans Laufen bringen, jetzt weiß ich nur nicht welches die beste Methode ist. Bei den QuickCam-Kernelmodulen steht "Connectix" dran und nix von Logitech, oder ist das dasselbe?
Alternativ gibt's ja auch noch den umständlichen Weg über die CVS-Treiber wie hier beschrieben.
Die eBuilds im portage sind denk ich mal nur für 2.4er Kernel und veraltet?

:?
Back to top
View user's profile Send private message
mog
Apprentice
Apprentice


Joined: 05 Jul 2003
Posts: 253
Location: Auckland [NZ]

PostPosted: Tue Jul 20, 2004 12:33 pm    Post subject: Reply with quote

Hallo, ich hab' auch 'ne Logitech QuickCam 4000 Pro gekauft (aber noch nicht installiert). Ich wundere mich, ob bei der Webcam auch das sogenannte FaceTracking unter Linux funktioniert, oder ob das nur unter Windows laeuft (sorry US keyboard :lol:)?

Und sollte es auch unter Linux funktionieren, muss man es irgendwie aktivieren (z.B. zusaetzliche Treiber/Parameter) oder funktioniert es automatisch?
_________________
To thine own self be true.
Back to top
View user's profile Send private message
elpollodiablo
Tux's lil' helper
Tux's lil' helper


Joined: 20 Mar 2003
Posts: 141

PostPosted: Sun Aug 29, 2004 6:22 pm    Post subject: Reply with quote

i tried to do everything in here, my cam works but only at low res.... i would like to get it working with vga res.

my kernel is the latest mm: v2.6.9-rc1-mm1
i emerged the masked usb-pcwx

any idea????

michele

scout wrote:
Hi,
I understand german, but I don't write it very well, sorry

I have the logitech 4000 pro, here is a quick howto:
first if you have a 2.6.6 kernel, then there is a small thing to do first, as explained in: http://kerneltrap.org/node/view/3024
Quote:
Edit /usr/src/linux/drivers/usb/media/Kconfig.
Find the lines:

> config USB_PWC
> tristate "USB Philips Cameras"
> depends on USB && VIDEO_DEV && BROKEN

Remove "&& BROKEN"

Indeed, there was a warning during the compilation of the module, that's why it was marked as broken, but in fact wasn't.
This problem is gone in 2.6.7

Now, go on http://www.smcc.demon.nl/webcam/
download the latest drivers and follow the instructions specific to your kernel described in the README file: they explain how to patch your kernel.
you have to enable video4linux in your kernel, but you already did this for your tv card, so it's ok.
Select the two modules pwc and pwcx in the USB related part of make menuconfig
Quote:
<M> USB Philips Cameras
<M> PWCX decompressor module

Then, build the modules.
Then load them:
in the tarball there's adirectory for your kernel version (for example 2.6.4 for the 2.6 series) and in there there's a file philips.txt: read it because it describes the parameters to give to your module when you load it.
Example: i put in my /etc/modules.autolaod.d/kernel-2.6 :
Quote:
pwc size=vga fps=5 fbufs=2 compression=2
pwcx

size=vga for 640x480
fps=5 for 5 fps: you can go until 15fps@640x480, not more, because there isn't enough bandwidth (explained here: http://www.smcc.demon.nl/webcam/faq.html#Q3 )
fbufs=2 explained in philips.txt:I want good reactivity
compression=2 explained in philips.txt ...

now if you want to test your cam, either use xawtv, or mplayer with v4l support (needs v4l use flag)
mplayer tv:// -tv driver=v4l:device=/dev/v4l/video1:width=640:height=480
also, you can emerge w3cam, and use the vidcat command.
example:
vidcat -d /dev/v4l/video0 -i tv -n pal -o image.jpg -p y -f jpeg

When my computer switches on, the light of the webcam is on, and that's disturbing, but in my /etc/conf.d/local.start, I put
vidcat -d /dev/v4l/video0 -i tv -n pal -o /dev/null -p y -f jpeg &
so that it takes a useless screenshot and makes the light go off at the end of the screenshot.

Hope this helps

If you manage to get the microphone working, please let me know.
Back to top
View user's profile Send private message
Neo_0815
l33t
l33t


Joined: 24 Feb 2003
Posts: 815
Location: Leipzig

PostPosted: Sun Aug 29, 2004 9:38 pm    Post subject: Reply with quote

Tjo http://www.smcc.demon.nl/webcam/ ... leider wars das - siehe Heise oder dort lesen, der Treiber wird eingestellt ... derzeit hat der Author auch nicht vor das ganze in den Userspace wie nvidia's Modul zum Beispiel zu verschieben.

Tjo hab ich meine Cam für zukünftige Versionen umsonst gekauft oder ich bleib bei pre 2.6.9 Kerneln ... :-| oder patche die Hooks aus <2.6.9 wieder rein ... kann aber nich Sinn der Sache sein.

Jemand ne andere Idee ausser neukaufen und Treiber selber schreiben?

MfG
_________________
[img:76661e22b8]http://www.biersekte.de/biersektebanner.gif[/img:76661e22b8]
Back to top
View user's profile Send private message
atom2103
n00b
n00b


Joined: 15 Mar 2004
Posts: 20

PostPosted: Tue Aug 31, 2004 3:11 pm    Post subject: andere idee... Reply with quote

Quote:
Jemand ne andere Idee ausser neukaufen und Treiber selber schreiben?


OS wechseln

[edit] sorry. hab mir die seite durchgelesen und fand den inhalt etwas traurig bzw. ärgerlich. Damit mein ich das es ärgerlich ist das ein blöder hook solche ein problem sein kann. :( Aber dann halt lieber ohne ... tja wenn man selbst keine cam von logitech hat is man ja auch nicht betroffen [/edit]
Back to top
View user's profile Send private message
ralph
Advocate
Advocate


Joined: 02 Mar 2003
Posts: 2001
Location: Hamburg

PostPosted: Tue Aug 31, 2004 7:41 pm    Post subject: Reply with quote

Nicht verzweifeln, es wird alles nicht so heiß gegessen, wie es gekocht wird:
http://www.pro-linux.de/news/2004/7221.html

Der Treiber wird also wohl weiterentwickelt werden.
_________________
The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa
Back to top
View user's profile Send private message
noleti
Apprentice
Apprentice


Joined: 18 Sep 2003
Posts: 153

PostPosted: Fri Sep 17, 2004 2:13 pm    Post subject: Reply with quote

aber ohne den Binärteil sowie ich das verstehe... also nur mit der niedrigen Auflösung
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Mon Oct 04, 2004 9:37 am    Post subject: Reply with quote

yea right, grade wollte ich mir eine webcam kaufen, die PCVC840K und nun muss ich so einen müll lesen... *grummel*
zuweil bin ich schon ein wenig ungehalten über die herren kernel developer, ich meine halt, es gibt wirklich schlimmeres als einen hook, der es ermöglicht einen binary driver teil nachzuladen. hmpf!

naja, kauf ich halt doch mal ne webcam, schaun wir mal wieviel ich da rumpatchen muss damits rennt... aber das der gute herr cox das auch gerne wiederhaben will stimmt mich schon ganz freudig :)
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
Neo_0815
l33t
l33t


Joined: 24 Feb 2003
Posts: 815
Location: Leipzig

PostPosted: Mon Oct 04, 2004 10:05 am    Post subject: Reply with quote

Die 820K hat n andern Chip ... vll langt dir die ja auch, die läuft noch 1a.

MfG
_________________
[img:76661e22b8]http://www.biersekte.de/biersektebanner.gif[/img:76661e22b8]
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Mon Oct 04, 2004 11:14 am    Post subject: Reply with quote

naja, das problem ist halt, dass nur die 840 den ccd chip hat, das wär schon fein von der bildqualität her, wenn ich jetzt schon fast n halbes mbit upstream hab ;)
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
Neo_0815
l33t
l33t


Joined: 24 Feb 2003
Posts: 815
Location: Leipzig

PostPosted: Mon Oct 04, 2004 1:24 pm    Post subject: Reply with quote

Das fand ich daran auch gut ... nur der Preis und mein mini Upload liessen mich bei der 820 bleiben ;)

MfG
_________________
[img:76661e22b8]http://www.biersekte.de/biersektebanner.gif[/img:76661e22b8]
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Mon Oct 04, 2004 1:29 pm    Post subject: Reply with quote

hihi, betreibst du die cam mit diesem binary treiber teil? oder wie machst du das jetzt?
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
Neo_0815
l33t
l33t


Joined: 24 Feb 2003
Posts: 815
Location: Leipzig

PostPosted: Mon Oct 04, 2004 7:39 pm    Post subject: Reply with quote

Na ich betreib sie mit dem ov511+ treiber, der kann auch ov518 chips ... und es läuft alles 1a ...

http://alpha.dyndns.org/ov511/

MfG
_________________
[img:76661e22b8]http://www.biersekte.de/biersektebanner.gif[/img:76661e22b8]
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Tue Oct 05, 2004 11:07 am    Post subject: Reply with quote

nagut, dann wirds eben jetzt try'n'error ... *quickcampro4000bestell*
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
je
n00b
n00b


Joined: 13 Nov 2004
Posts: 6
Location: Flensburg

PostPosted: Sat Nov 13, 2004 9:58 am    Post subject: Reply with quote

Habe eine Philips Toucam Pro Pcvc740k
Nach langem rumgefummle hab ich das Mikro nun endlich zum laufen bewegt :)

Um das eingebaute Mikro zu benutzen hab ich folgendes gemacht:
snd-usb-audio in den kernel einbauen (unter device drivers -> sound -> alsa -> alsa usb devices -> usb audio/midi driver <snd-usb-audio>)
Folgende Option sollte deaktiviert sein:
device drivers -> usb-support -> usb-audio-support <usb-audio>

So sollte es auch mit anderen USB Sound Devices funktionieren.
Back to top
View user's profile Send private message
Inte
Veteran
Veteran


Joined: 15 Jul 2003
Posts: 1387
Location: Mannheim, GER

PostPosted: Mon Nov 29, 2004 2:47 pm    Post subject: Reply with quote

ralph wrote:
Nicht verzweifeln, es wird alles nicht so heiß gegessen, wie es gekocht wird:
http://www.pro-linux.de/news/2004/7221.html

Der Treiber wird also wohl weiterentwickelt werden.

Hat jemand von Euch was Neues gehört? Momentan hänge ich noch am 2.6.8-r10. Gibt es schon Neuigkeiten über die Implementierung in den >=2.6.9er Kerneln?

Gruß, Inte.
_________________
Gentoo Linux - Die Metadistribution
Back to top
View user's profile Send private message
Inte
Veteran
Veteran


Joined: 15 Jul 2003
Posts: 1387
Location: Mannheim, GER

PostPosted: Wed Mar 02, 2005 10:18 pm    Post subject: Reply with quote

Falls es den einen oder anderen interessiert. Gerade bin ich auf folgendes Blog gestossen: http://mylinux.suzansworld.com/index.php?p=24

Scheinbar kümmert sich jetzt jemand anderes um den Treiber: http://www.saillard.org/linux/pwc/
_________________
Gentoo Linux - Die Metadistribution
Back to top
View user's profile Send private message
Loci79
Tux's lil' helper
Tux's lil' helper


Joined: 20 Mar 2005
Posts: 86

PostPosted: Sun Mar 20, 2005 1:42 pm    Post subject: Reply with quote

ich hab die Cam unter Kernel 2.6.11 problemlos ans laufen gekriegt, insofern funzt der Treiber also...
einziges Problem: er tut es scheinbar nur unter x86... auf meinem Athlon 64, selber kernel krieg ich das teil nich ans laufen... ich weiss nich mehr wo ich noch suchen soll...

Loci
Back to top
View user's profile Send private message
modemlamer
n00b
n00b


Joined: 31 Mar 2005
Posts: 2

PostPosted: Thu Mar 31, 2005 11:27 pm    Post subject: Reply with quote

hallo,

ich suche ne webcam die zum VideoMessaging ausreicht... für gute aufnahmen habe ich ne digicam...

die sache hat nur 2 wesentliche haken: ich bin nicht bereit mehr als 30EUR aus zu geben

und sie sollte mit meinem AMD K7 650MHz| gentoo|2.6.9er server klar kommen...(usb 2.0 is vorhanden)

hab nun sämtliche treats gelesen (deren sprache ich mächtig bin) und bin zu dem schluss gekommen das ich nicht wirklich weiter gekommen bin :(

ich schwanke zwischen Philipps | Dexxa | Logiblech QuickCam

welche sollte man denn nun bei ebay günstig besorgen??

brauche VideoMessaging support und webcam (bild via ftp alle 5min aufm webserver updaten) funktion...

könnt ihr mir weiter helfen??
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum