Results 1 to 3 of 3

Thread: No video in Skype

  1. #1
    Join Date
    Nov 2011
    Beans
    6

    No video in Skype

    Hi all,
    My Genius Eye 312 webcam works fine in cheese and camorama
    but I can't see my video in Skype.
    I have Kubuntu 11.10 x64
    skype beta version 2.2.0.35 (downloaded from skype.com)
    I go to options/video devices select my webcam (there's only one) "USB Camera (093a:2622)(/dev/video0)" and click on test button. There's a black screen and no light on webcam (light was on when using cheese).
    I am new to Ubuntu. And sorry for bad English.
    thanks

  2. #2
    Join Date
    Jan 2007
    Beans
    3,202

    Re: No video in Skype

    I forget where I got this script a year ago or so

    Code:
    #!/bin/sh
    export XLIB_SKIP_ARGB_VISUALS=1
    LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype
    exit 0
    Note that you'll need to have v4l installed.

    Just name the script "skypelauncher.sh" or something like that. Save it in your user's home folder, then in a user terminal

    Code:
    chmod +x skypelauncher.sh
    In your skype icon, which I park on the panel, you can right-click and choose "icon settings", choose the "Application" tab, and on the Command line put "/home/username/skypelauncher.sh". Then it should launch with video enabled.
    Intel Core i7-950 / Asus P6X58D-E / Nvidia GTX480 / siduction 64-bit on OCZ Revodrive SSD / KDE4.10.2/ Kubuntu 13.04

  3. #3
    Join Date
    Nov 2011
    Beans
    6

    Re: No video in Skype

    Thank you verrrrrry much

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
  •