View previous topic :: View next topic |
Author |
Message |
bjlockie Veteran
Joined: 18 Oct 2002 Posts: 1186 Location: Canada
|
Posted: Wed Jul 22, 2009 7:03 pm Post subject: KDE webcam application |
|
|
I need a good KDE webcam application.
Capture stills, video. _________________ AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS |
|
Back to top |
|
|
poly_poly-man Advocate
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Wed Jul 22, 2009 7:08 pm Post subject: |
|
|
don't we all... :/
tvtime should be good for watching yourself and capturing stills... video capture is still annoying. Xawtv does it, but not well. you can use mplayer/mencoder at the command line, but you can't simultaneously watch yourself.
Good luck in your quest... _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
|
samo Guru
Joined: 13 Mar 2004 Posts: 489
|
Posted: Wed Jul 22, 2009 7:41 pm Post subject: |
|
|
Camorama is also available. What do you want to do with your webcam? |
|
Back to top |
|
|
bjlockie Veteran
Joined: 18 Oct 2002 Posts: 1186 Location: Canada
|
Posted: Wed Jul 22, 2009 11:25 pm Post subject: |
|
|
samo wrote: | Camorama is also available. What do you want to do with your webcam? |
Ideally use it with IM software under Linux.
AMSN is the only software I found and the image freezes and is too dark.
The cam works fine in other software. _________________ AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS |
|
Back to top |
|
|
poly_poly-man Advocate
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Thu Jul 23, 2009 12:45 am Post subject: |
|
|
bjlockie wrote: | samo wrote: | Camorama is also available. What do you want to do with your webcam? |
Ideally use it with IM software under Linux.
AMSN is the only software I found and the image freezes and is too dark.
The cam works fine in other software. | oh, for IM? kopete has video support for MSN and Yahoo... _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
|
bjlockie Veteran
Joined: 18 Oct 2002 Posts: 1186 Location: Canada
|
Posted: Thu Jul 23, 2009 4:40 am Post subject: |
|
|
poly_poly-man wrote: | bjlockie wrote: | samo wrote: | Camorama is also available. What do you want to do with your webcam? |
Ideally use it with IM software under Linux.
AMSN is the only software I found and the image freezes and is too dark.
The cam works fine in other software. | oh, for IM? kopete has video support for MSN and Yahoo... |
kopete doesn't see my webcam.
Maybe the don't support UVC yet. _________________ AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS |
|
Back to top |
|
|
poly_poly-man Advocate
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Thu Jul 23, 2009 5:00 am Post subject: |
|
|
bjlockie wrote: | poly_poly-man wrote: | bjlockie wrote: | samo wrote: | Camorama is also available. What do you want to do with your webcam? |
Ideally use it with IM software under Linux.
AMSN is the only software I found and the image freezes and is too dark.
The cam works fine in other software. | oh, for IM? kopete has video support for MSN and Yahoo... |
kopete doesn't see my webcam.
Maybe the don't support UVC yet. | if it gives a v4l or v4l2 interface (I forget which), it should be fine.. make sure your USE flags are correct. _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
|
samo Guru
Joined: 13 Mar 2004 Posts: 489
|
Posted: Sun Jul 26, 2009 12:24 pm Post subject: |
|
|
Kopete should be called as follows: Code: | LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so kopete -caption "%c" %u |
And you should take care, that your video device is in /dev/v4l |
|
Back to top |
|
|
bastibasti Guru
Joined: 27 Nov 2006 Posts: 586
|
Posted: Mon Jul 27, 2009 7:30 am Post subject: |
|
|
I also use the same to run Skype
LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so skype
The API has changed, and as long as theapps do not implemet the new api, you have to do it like that. Appart from that the In-Kernel drivers work very nice. |
|
Back to top |
|
|
|