PDA

View Full Version : [ubuntu] Alternative to Cheese?


ECas123
January 4th, 2009, 07:41 PM
Alright, so apperently Cheese doesn't work with webcams that use uvcvideo which is what my Crystal Eye webcam uses. So does anyone know of a program that does what Cheese does for video (all I want to do is record video w/ audio and save it as avi) any suggestions?

symon1980
February 2nd, 2010, 01:11 AM
lol
I see nobody has replied to your post... dunno if you've solved
your problem by now, but 1 suggestion is to install mplayer

then... use mencoder in the command line to record video/sound as an avi...

here is an example

mencoder tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video1:forceaudio:adevice=/dev/dsp1 -ovc lavc -oac mp3lame -lameopts cbr:br=64:mode=3 -o video.avi


you may have to adjust the video or sound device... in this instance i have used /dev/dsp1 for audio but you might have to try /dev/dsp

and for video i have used /dev/video1 if that don't work try
/dev/video0 or /dev/video2

it will start recording although you won't see anything.. just a bunch of jibberish in the konsole.... once you stop it by pressing "q" it will put the video.avi file in your home directory


hope this helps anybody

ps, an alternative is to install ffmpeg "sudo apt-get install ffmpeg"

and use this command in the terminal instead of mencoder

ffmpeg -f oss -i /dev/dsp -f video4linux2 -s 320x240 -i /dev/video0 out.mpg


again, adjusting device to suit your setup.... could be video0 video1 even video2 try them all until it works.
cheers


kaddy

no2498
February 2nd, 2010, 08:04 PM
unless you have a 64 bit computer do not do his
open a terminal type (gstreamer-properties) click enter
click video try v4l1 or v4l2 click the bottom test at each try
and try ( wxcam ) or get it

Digikid
February 2nd, 2010, 10:34 PM
So nothing simpler? LOL!!!!!!!!

gareththomasnz
December 20th, 2010, 02:50 AM
unless you have a 64 bit computer do not do his
open a terminal type (gstreamer-properties) click enter
click video try v4l1 or v4l2 click the bottom test at each try
and try ( wxcam ) or get it

Finally somebody that knows what they are talking about.

I think more poop has been posted about ubuntu and webcams than anything else.

This fixed my cheese problem

IcarusR
December 20th, 2010, 05:00 AM
I think more poop has been posted about ubuntu and webcams than anything else.


Yep, including the sweeping statement from the OP

apparently Cheese doesn't work with webcams that use uvcvideo

I have webcam that uses uvcvideo that works fine with cheese !!

Calerid
November 11th, 2011, 04:08 AM
Yep, including the sweeping statement from the OP

apparently Cheese doesn't work with webcams that use uvcvideoI have webcam that uses uvcvideo that works fine with cheese !!

Umm I thought cheese only used the UVC drivers?

coldraven
November 11th, 2011, 07:05 AM
Get uvcview from the Software Centre.

"guvcview is a simple GTK+ interface for capturing and viewing video from devices supported by the Linux UVC driver."

IWantFroyo
November 11th, 2011, 07:09 AM
If you're going to record videos, guvcview would probably be better for you. Unless they changed something, Cheese just takes pictures.

Edit: Thread necromancy? Oops.