Hi,

yes luvcview works fine (but it's hard to find help about options)
$ luvcview -s 640x480

ffmpeg works too. here is my small scriptshell function to record audio/video.
function record_cam () {
    [ "$#" -ne 2 ] && echo "usage: ./$0 /dev/video file" && return 1
    ffmpeg -vd "$1" -target svcd -s 640x480 -ad /dev/dsp -ad /dev/dsp -ac 1 "$2"
}

ekiga works ... all apps using v4l2 should work.

pierre

On 29 Dec 2006 22:21:13 +0100 (CET), wictor <[EMAIL PROTECTED]> wrote:
>
>
> ----- Originálna Správa -----
> Od: Robert Spielmann
> Komu:
> Poslaná: 29.12.2006 17:35
> Predmet: [Linux-uvc-devel] LT Quickcam Pro 5000 - usable software?
>
> > Hi,
> >
> > thanks a lot for developing the driver for the Logitech webcams. Nice to
> > have - but I cannot find ANY application that works with the driver :-)
> > Someone have a hint in the right direction?
> >
> > Thanks,
> > Robert
> >
> >
> > _______________________________________________
> > Linux-uvc-devel mailing list
> > [email protected]
> > https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
> >
>
> Hi,
>
>
> I didn\\\'t tried it yet, because I didn\'t get my UVC camera yet, but I 
> suppose luvcview should work.
>
> http://mxhaard.free.fr/spca50x/Investigation/uvc/luvcview-20060920.tar.gz
>
>
> Regards,
>
> Viktor
>
>
> __________
>
>
>
> _______________________________________________
> Linux-uvc-devel mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
>


-- 
http://ticapix.blogspot.com/
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to