Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Skype Inverted Video Solution

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Beans
    12
    Distro
    Ubuntu 8.04 Hardy Heron

    Skype Inverted Video Solution

    I used the following to correct the inverted video in Skype 2.2.0.35 (Beta) problem on my Asus UL30A notebook w/ Ubuntu 12.04 64bit. This notebook shipped w/ a Suyin Corp. Asus Integrated Webcam [CN031B]. The video was not inverted in Cheese.

    1. Rename /usr/bin/skype to /usr/bin/skype.original.

    Code:
    sudo mv /usr/bin/skype /usr/bin/skype.original
    2. Create a new /user/bin/skype file.

    Code:
    sudo gedit /usr/bin/skype
    3. Paste the following:

    Code:
    #!/bin/bash
    LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype.original
    4. Save & exit gedit.

    5. Make /usr/bin/skype executable.

    Code:
    sudo chmod +x /usr/bin/skype
    6. Start Skype as you normally would.

    I can't take credit for this solution. I found it via google except the path to v4l1compat.so was incorrect in the other solutions I found.

    Hope this works for you if you have a similar problem. Comments welcome.
    Last edited by Tech226; June 6th, 2012 at 09:41 PM. Reason: Corrected typo

  2. #2
    Join Date
    Aug 2009
    Location
    France
    Beans
    44

    Smile Re: Skype Inverted Video Solution

    Tech 226 - thank you so much - I tried your solution and it WORKED for me. I have been trying to fix the webcam problem on Skype for months.

  3. #3
    Join Date
    Jun 2008
    Beans
    12
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Skype Inverted Video Solution

    Quote Originally Posted by kimberley View Post
    Tech 226 - thank you so much - I tried your solution and it WORKED for me. I have been trying to fix the webcam problem on Skype for months.
    You're welcome!

  4. #4
    Join Date
    Aug 2009
    Location
    France
    Beans
    44

    Question Re: Skype Inverted Video Solution

    Your webcam solution works for me but only when I open from the terminal. Whilst it is great to now have video it is a bit frustrating to have to do this each time rather than just opening Skype.

    Any ideas on how to solve this? By the way it wasn't a question of my video being inverted - I only had a black screen, so your solution might work for others with a similar problem.

    Thanks again.

  5. #5
    Join Date
    Jun 2008
    Beans
    12
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Skype Inverted Video Solution

    Quote Originally Posted by kimberley View Post
    Your webcam solution works for me but only when I open from the terminal. Whilst it is great to now have video it is a bit frustrating to have to do this each time rather than just opening Skype.

    Any ideas on how to solve this? By the way it wasn't a question of my video being inverted - I only had a black screen, so your solution might work for others with a similar problem.

    Thanks again.
    Sorry, I don't know. When I have some time I will try to figure it out and post back here.

  6. #6
    Join Date
    Jun 2012
    Beans
    1

    Re: Skype Inverted Video Solution

    Hi,

    The fix worked for my Asus U36SD.
    Thanks a lot!

    Alex.

  7. #7
    Join Date
    Jun 2008
    Beans
    12
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Skype Inverted Video Solution

    Quote Originally Posted by kimberley View Post
    Your webcam solution works for me but only when I open from the terminal. Whilst it is great to now have video it is a bit frustrating to have to do this each time rather than just opening Skype.

    Any ideas on how to solve this? By the way it wasn't a question of my video being inverted - I only had a black screen, so your solution might work for others with a similar problem.

    Thanks again.

    Kimberley, any luck solving this yet?

  8. #8
    Join Date
    Oct 2012
    Beans
    1

    Re: Skype Inverted Video Solution

    This worked for me also on ASUS UL50AG with Ubuntu 12.04.
    Thanks !

  9. #9
    Join Date
    Oct 2012
    Beans
    6

    Re: Skype Inverted Video Solution

    Thank you! Worked excellent, now my webcam is fixed. Asus K70ID Ubuntu 12.04

  10. #10
    Join Date
    Feb 2008
    Location
    Nairobi, Kenya
    Beans
    21
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: Skype Inverted Video Solution

    My Asus B50A has been plagued by this problem since 2009 when I bought it. In that whole time I've tried lots of unsuccessful fixes. This one has worked like a charm. Thanks a mighty lot!
    Last edited by charlesopondo; April 16th, 2013 at 06:49 PM.

Page 1 of 2 12 LastLast

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
  •