Page 17 of 28 FirstFirst ... 7151617181927 ... LastLast
Results 161 to 170 of 277

Thread: [HOW-TO] Upside-down image from UVC webcam

  1. #161
    Join Date
    May 2007
    Beans
    4

    Re: [HOW-TO] Upside-down image from UVC webcam

    The patch r5u87x-loader-flip.patch is giving me an error message

    patching file loader.c
    Hunk #1 FAILED at 35.
    1 out of 11 hunks FAILED
    Where can I get the right version of the loader?

  2. #162
    Join Date
    Jun 2007
    Beans
    45

    Re: [HOW-TO] Upside-down image from UVC webcam

    Quote Originally Posted by hifi25nl View Post
    The patch r5u87x-loader-flip.patch is giving me an error message



    Where can I get the right version of the loader?
    http://bitbucket.org/ahixon/r5u87x/get/32a27008b8b9.bz2

    Which is a .tar.bz2 file

    Regards,

    Hans

  3. #163
    Join Date
    May 2007
    Beans
    4

    Re: [HOW-TO] Upside-down image from UVC webcam

    Sorry but the problem persists.
    I have checked the patch and the file is not the right one!

  4. #164
    Join Date
    Jun 2007
    Beans
    45

    Re: [HOW-TO] Upside-down image from UVC webcam

    Quote Originally Posted by hifi25nl View Post
    Sorry but the problem persists.
    I have checked the patch and the file is not the right one!
    Sorry,

    You are completely right, the patch I've provided should be applied on top
    of this one:
    http://people.fedoraproject.org/~jwr...are_path.patch

    Whicc moves the firmware files to the standard /lib/firmware directory.

    So download:
    http://bitbucket.org/ahixon/r5u87x/get/32a27008b8b9.bz2

    And then apply:
    http://people.fedoraproject.org/~jwr...are_path.patch

    Followed by:
    http://people.fedoraproject.org/~jwr...der-flip.patch

    And then do the usual ./configure, make, make install

    Also if your distro (Ubuntu I guess) provides packages of the loader, please consider filing a bug with a link to the flip patch and ask them to
    include this.

    Sorry for not providing proper instructions before,

    Regards,

    Hans

  5. #165
    Join Date
    Oct 2009
    Beans
    2

    Re: [HOW-TO] Upside-down image from UVC webcam

    Hi, thanks to all for all the info in the thread.

    I´ve tryied many options till I reed about the update of libv4l. I'm trying that now, but I don't know what to do after compile I reed the info in the text files in the root of the lib source but didn't find any there... I suppose maybe that's to basic to include there, but I had no lucky searching for "install libv4l"... BTW, I dowloaded this file: libv4l-33606f40c9ca.tar.bz2

    The compiling seems to be ok, just a few warnings here and there, but I'm sttuck...

    Hans, I didn't send you the info becouse I don't know if it's already in the table (becouse I could not prove it) I'll copy it here, if it's better for you have it in your mail just say it and I'll send it.

    PHP Code:
    Vendor
    ASUSTeK Computer Inc
    .        

    Name
    K50IJ    

    Usblog
    Bus 002 Device 001
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 008 Device 001
    ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001
    ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 002
    ID 0603:b5d3 Novatek Microelectronics Corp
    Bus 006 Device 001ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002
    ID 04f2:b071 Chicony Electronics Co., Ltd 
    Bus 001 Device 001
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 005 Device 001
    ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001
    ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001
    ID 1d6b:0001 Linux Foundation 1.1 root hub 
    Any help is welcome!

    Thanks!

  6. #166
    Join Date
    Jun 2007
    Beans
    45

    Re: [HOW-TO] Upside-down image from UVC webcam

    Quote Originally Posted by jf-otto View Post
    Hi, thanks to all for all the info in the thread.

    I´ve tryied many options till I reed about the update of libv4l. I'm trying that now, but I don't know what to do after compile I reed the info in the text files in the root of the lib source but didn't find any there... I suppose maybe that's to basic to include there, but I had no lucky searching for "install libv4l"... BTW, I dowloaded this file: libv4l-33606f40c9ca.tar.bz2

    The compiling seems to be ok, just a few warnings here and there, but I'm sttuck...

    Hans, I didn't send you the info becouse I don't know if it's already in the table (becouse I could not prove it) I'll copy it here, if it's better for you have it in your mail just say it and I'll send it.

    PHP Code:
    Vendor
    ASUSTeK Computer Inc
    .        

    Name
    K50IJ    

    Usblog
    Bus 002 Device 001
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 008 Device 001
    ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001
    ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 002
    ID 0603:b5d3 Novatek Microelectronics Corp
    Bus 006 Device 001ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002
    ID 04f2:b071 Chicony Electronics Co., Ltd 
    Bus 001 Device 001
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 005 Device 001
    ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001
    ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001
    ID 1d6b:0001 Linux Foundation 1.1 root hub 
    Any help is welcome!

    Thanks!
    Ok,

    So for those who wish to try and see if libv4l fixes their upside down
    issue (it has a list of 40 + laptop models included now, so should work
    out of the box on most machines), do the following:

    Download:
    http://people.fedoraproject.org/~jwr....3-test.tar.gz

    Then to make sure no old versions get in the way (only needed if you've
    tried to install libv4l manually before):
    rm -fr /usr/lib*/libv4l* /usr/local/lib*/libv4l*

    And then follow these instructions to install the new version:
    http://hansdegoede.livejournal.com/7622.html

    Regards,

    Hans

  7. #167
    Join Date
    Oct 2009
    Beans
    2

    Re: [HOW-TO] Upside-down image from UVC webcam

    Thanks a lot! I've just tested it with cheese and it works perfect. Tell me if some other info is usefull for you, I would be pleased to be of some help!

    Best regards

  8. #168
    Join Date
    May 2008
    Beans
    8

    Re: [HOW-TO] Upside-down image from UVC webcam

    Hans, that's great, thanks much! For anyone else, I'm using an Asus G50VT-X5. Spent alot of time fishing around--it's such a common problem, that's there's a lot different approaches. For me, this approach worked well. I use the *0.6.2 version and followed your directions you noted on http://hansdegoede.livejournal.com/7622.html.

    Thanks again!

  9. #169
    Join Date
    May 2008
    Beans
    8

    Re: [HOW-TO] Upside-down image from UVC webcam

    Sorry, I spoke too soon...the image has been corrected in Cheese, but is still upside down in skype which will be all of my use. The skype version is 2.1.0.47. Any ideas?

  10. #170
    Join Date
    May 2008
    Beans
    8

    Re: [HOW-TO] Upside-down image from UVC webcam

    I'm getting this when I'm trying to use LD_PRELOAD with skype:
    ERROR: ld.so: object '/usr/lib64/libv4l/v4l1compat.so' from LD_PRELOAD cannot be preloaded: ignored.

    I'm using the 64-bit beta version of skype, version number noted above.

Page 17 of 28 FirstFirst ... 7151617181927 ... LastLast

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
  •