Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: poor quality video with M$ VX-1000 webcam+GSPCA driver

  1. #11
    Join Date
    Mar 2007
    Beans
    32

    Re: poor quality video with M$ VX-1000 webcam+GSPCA driver

    I do have Make and Build-Essential installed. I grabbed the latest archive (gspca-b1c4c263338f) in bz2 format, and extracted in the manner you suggested, and it still won't let me compile. If I try using ./configure, it says there's no such directory or file.
    Code:
    make -C /home/user/downloads/gspca-b1c4c263338f/v4l 
    make[1]: Entering directory `/home/user/downloads/gspca-b1c4c263338f/v4l'
    Updating/Creating .config
    Preparing to compile for kernel version 2.6.28
    File not found: /lib/modules/2.6.28-8-generic/build/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4.
    make[1]: *** No rule to make target `.myconfig', needed by `config-compat.h'.  Stop.
    make[1]: Leaving directory `/home/user/downloads/gspca-b1c4c263338f/v4l'
    make: *** [all] Error 2
    It says it can't find the file ./configure. Is that part of the problem?

  2. #12
    Join Date
    Aug 2006
    Location
    Gilbert, AZ
    Beans
    134
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: poor quality video with M$ VX-1000 webcam+GSPCA driver

    NOoooooooo! Don´t use ¨./configure¨

    use ¨make¨

    wait for it to work its stuff, then

    ¨sudo make install¨

    sudo will ask to confirm your password.

    Also be sure you are in the main ¨gspca-b1c4c263338f¨ folder and not the sub folder ¨v4l¨

    This must be done in a terminal and not the ALT +F2 run box. Make is a command to compile the source code into an actual program. The make install is to get it all copied over and installed properly. If you still have trouble it may be a good idea to check on the download site for help or an email to write to ask for help.
    Last edited by jesterthejedi; March 16th, 2009 at 11:11 AM.

  3. #13
    Join Date
    Feb 2008
    Beans
    8

    Re: poor quality video with M$ VX-1000 webcam+GSPCA driver

    The above steps worked for me. Now my VX-1000 works with Ekiga but not Skype

  4. #14
    Join Date
    Aug 2006
    Location
    Gilbert, AZ
    Beans
    134
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: poor quality video with M$ VX-1000 webcam+GSPCA driver

    I do know that when your linux headers update you will have to reinstall this setup. As for why some programs cant do cam I have no clues. That would be up to the individual programs written to use v4l1 or v4l2.

  5. #15
    Join Date
    Jun 2006
    Location
    España
    Beans
    24

    Re: poor quality video with M$ VX-1000 webcam+GSPCA driver

    Quote Originally Posted by nostradamnit View Post
    The above steps worked for me. Now my VX-1000 works with Ekiga but not Skype
    Skype doesn't work correctly for me also
    I see it so when I try to tune in a channel at TV

  6. #16
    Join Date
    Feb 2006
    Beans
    91

    Re: poor quality video with M$ VX-1000 webcam+GSPCA driver

    Has anybody try to use in Skype? Does it work?

    Thank you in advance.

  7. #17
    Join Date
    Aug 2006
    Location
    Gilbert, AZ
    Beans
    134
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: poor quality video with M$ VX-1000 webcam+GSPCA driver

    You have to use the LD=preload trick

    in terminal type:
    LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype

    search the forum for more examples and also how to create shortcuts/launchers for your use.

  8. #18
    Join Date
    Sep 2007
    Beans
    642
    Distro
    Ubuntu Development Release

    Re: poor quality video with M$ VX-1000 webcam+GSPCA driver

    I've posted a patch to fix the Microsoft LifeCam VX-1000 where the microphone stops working or doesn't work at all.

    Please test this patch and let me know if it fixes your webcam. It may also fix the Microsoft VX-3000 if it is having mic problems where the microphone stops working.

    All the details are here:
    http://ubuntuforums.org/showthread.p...93#post9581593

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •