Kopete/Webcam Support: Difference between revisions

    From KDE UserBase Wiki
    (Created page with "Placeholder - please delete")
     
    (copied from Webcam_Support)
    Line 1: Line 1:
    Placeholder - please delete
    {{Warning| this article needs more detailed or more simplified steps! It's not newbie friendly}}
     
    This howto aims to show the main steps to use your webcam with '''Kopete'''. It's not exhaustive but can help most people.
     
    == Supported Protocols (Kopete 1.0.80) ==
    {| class="tablecenter" style="border:1px solid darkgray;"
    !Protocol
    !Application
    !style="text-align:center"|Receive
    !style="text-align:center"|Send
    !Video Support?
    |-
    !AIM
    |An Instant Messenger|| || ||
    |-
    !Bonjour
    |Serverless Link Local XMPP|| || || 
    |-
    !Gadu-Gadu
    |Polish IM service|| || || 
    |-
    !GroupWise
    |Novell GroupWise Messenger|| || || 
    |-
    !ICQ
    |Seek and Chat with ICQ|| || || 
    |-
    !Jabber
    |XMPP, Jabber, Google Talk
    |width="70"| {{YES}}
    |width="70"| {{YES}} || 
    |-
    !Meanwhile
    |Communicate at the same time with Meanwhile|| || || 
    |-
    !QQ
    |Popular Chinese IM system|| || || 
    |-
    !SMS
    |Send SMS messages to mobile phones||{{NO}} ||{{YES}} || 
    |-
    !Skype
    |Skype protocol plugin (a wrapper)|| || || 
    |-
    !Testbed
    |Kopete test protocol|| || || 
    |-
    !WLM Messenger
    |Windows Live Messenger plugin|| || || 
    |-
    !WinPopup
    |Sends Windows WinPopup messages || || || 
    |-
    !Yahoo!
    |Yahoo! Messenger IM and video chat|| || || 
    |}
     
    ----
     
    ==Webcams need Drivers==
     
    ===First step: Install the drivers===
     
    (Note: If your webcam already works on Linux, skip this step.)
     
    First of all, you need to get your webcam working on Linux. This requires a Video4Linux-compatible camera driver to be loaded.
     
    First, activate the video for linux ('''v4l''') support in your linux kernel. If the modules are not automatically installed, they are '''v4l-compat''', '''v4l-common''', and '''videodev'''.
     
    Here are some links to common webcam drivers on Linux. If you are buying a new webcam, you may want to check these pages to make sure you get one that's compatible with Linux.
     
    http://mxhaard.free.fr/spca5xx.html
     
    http://alpha.ovcam.org/ov511/
     
    http://members.chello.nl/~j.vreeken/se401/
     
    http://qce-ga.sourceforge.net/
     
    http://tuukkat.cabspace.com/quickcam/quickcam.html
     
    http://www.linux-usb.org/ibmcam/
     
    http://www.rastageeks.org/ov51x-jpeg/index.php/Main_Page
     
    http://www.saillard.org/linux/pwc/ (Phillips USB Webcam Driver)
     
    Compile and install your driver (if necessary) according to the instructions on the site for your driver.
     
    ===Second step: webcam with Kopete===
     
    Open the '''Kopete''' configuration dialog. Go to the device section. Your webcam should turn on and you should see the picture in the preview. If you have a problem with your driver, add yourself to the video group using the KUser user administration tool, make sure your camera driver is working, and try again.
     
    ===Third step: real webcam use===
     
    - Open ''Jabber'' or ''WLM'' chat with one of your buddies. Use the <menuchoice>Send webcam</menuchoice> option in file menu to send your webcam stream to your buddy. You should get the preview of your stream in a new dialog.
    - Alternatively you can choose the desired action in the context menu of the contact.
     
    ----
     
    ==Troubleshooting==
     
    ''My camera is a no-name (generic) brand. How can I find the appropriate driver?''
    You will Probably find the chipset brand using the "lsusb" command as the root user. Note that some no-name and cheap camera brands don't work on Linux at all, though the spca5xx driver supports an increasing number of chipsets.
     
    ''I can't receive any webcam stream from my buddies; what's wrong ?''
    MSN webcam support is not NAT-friendly. Check your NAT router and forward the MSN Webcam port to your computer port on which '''Kopete''' is listening for webcam (see Configure/Accounts/MSN/Connection).
     
    ''Detailed listing of ports to forward for MSN''
    Microsoft provides this info in the following link: http://support.microsoft.com/kb/324214/en-us
     
    {| class="tablecenter" style="border:1px solid darkgray;"
    !Service||TCP ports||UDP ports
    |-
    !Incoming voice (computer to computer)
    |style="text-align:center"|6901
    |style="text-align:center"|6901
    |-
    !Voice (computer to phone)
    |style="text-align:center"|-
    |style="text-align:center"|6801, 6901, 2001-2120
    |-
    !File transfer (receiving a file)
    |style="text-align:center"|6891-6900
    |style="text-align:center"|-
    |}
     
    Note In the "File transfer" cell, 10 ports are opened (ports 6891 through 6900 inclusive) so that you can perform 10 file transfer operations at a time. If you open only one of these ports, you can only transfer one file at a time.
     
    ''I can receive or send but not both at the same time; port 6891 has been opened for TCP/UDP packets''
    It seems that I had to forward 6892 (udp and tcp) as well to get both directions working.
     
    ''How do I receive webcam images through the Yahoo! protocol?''
    You need to have the '''jasper''' application reachable through your PATH environment variable. The '''Jasper''' application is not included in SUSE 10.0 (only the library is included), so you will have to download and install it yourself. http://www.ece.uvic.ca/~mdadams/jasper/ Nevertheless, it is included in the SUSE 10.1 DVD (though not installed by default), so use yast to install it.
    '''Jasper''' seems not be included in OpenSuSE 10.2. (as in 10.0) -> ftp://ftp.gwdg.de/pub/opensuse/distribution/10.2/repo/oss/suse/
     
    For Ubuntu, use the Synaptic package manager to install the jasper runtime package which is called '''libjasper-runtime'''.
     
    ''Can we expect to see UVC cameras support (http://linux-uvc.berlios.de/)? Kopete shows only green screen when you try to use the camera. Other software ('''Skype''', '''aMSN''') work fine with this driver.''
    UPDATE: UVC camera (Logitech 9000 Pro) works for me with Kopete 12.7,  Ubuntu Hardy (8.04) out of the box.
     
    [[Category:Internet]]

    Revision as of 11:34, 20 October 2010

    Warning

    this article needs more detailed or more simplified steps! It's not newbie friendly


    This howto aims to show the main steps to use your webcam with Kopete. It's not exhaustive but can help most people.

    Supported Protocols (Kopete 1.0.80)

    Protocol Application Receive Send Video Support?
    AIM An Instant Messenger
    Bonjour Serverless Link Local XMPP
    Gadu-Gadu Polish IM service
    GroupWise Novell GroupWise Messenger
    ICQ Seek and Chat with ICQ
    Jabber XMPP, Jabber, Google Talk
    Meanwhile Communicate at the same time with Meanwhile
    QQ Popular Chinese IM system
    SMS Send SMS messages to mobile phones
    Skype Skype protocol plugin (a wrapper)
    Testbed Kopete test protocol
    WLM Messenger Windows Live Messenger plugin
    WinPopup Sends Windows WinPopup messages
    Yahoo! Yahoo! Messenger IM and video chat

    Webcams need Drivers

    First step: Install the drivers

    (Note: If your webcam already works on Linux, skip this step.)

    First of all, you need to get your webcam working on Linux. This requires a Video4Linux-compatible camera driver to be loaded.

    First, activate the video for linux (v4l) support in your linux kernel. If the modules are not automatically installed, they are v4l-compat, v4l-common, and videodev.

    Here are some links to common webcam drivers on Linux. If you are buying a new webcam, you may want to check these pages to make sure you get one that's compatible with Linux.

    http://mxhaard.free.fr/spca5xx.html

    http://alpha.ovcam.org/ov511/

    http://members.chello.nl/~j.vreeken/se401/

    http://qce-ga.sourceforge.net/

    http://tuukkat.cabspace.com/quickcam/quickcam.html

    http://www.linux-usb.org/ibmcam/

    http://www.rastageeks.org/ov51x-jpeg/index.php/Main_Page

    http://www.saillard.org/linux/pwc/ (Phillips USB Webcam Driver)

    Compile and install your driver (if necessary) according to the instructions on the site for your driver.

    Second step: webcam with Kopete

    Open the Kopete configuration dialog. Go to the device section. Your webcam should turn on and you should see the picture in the preview. If you have a problem with your driver, add yourself to the video group using the KUser user administration tool, make sure your camera driver is working, and try again.

    Third step: real webcam use

    - Open Jabber or WLM chat with one of your buddies. Use the Send webcam option in file menu to send your webcam stream to your buddy. You should get the preview of your stream in a new dialog. - Alternatively you can choose the desired action in the context menu of the contact.


    Troubleshooting

    My camera is a no-name (generic) brand. How can I find the appropriate driver? You will Probably find the chipset brand using the "lsusb" command as the root user. Note that some no-name and cheap camera brands don't work on Linux at all, though the spca5xx driver supports an increasing number of chipsets.

    I can't receive any webcam stream from my buddies; what's wrong ? MSN webcam support is not NAT-friendly. Check your NAT router and forward the MSN Webcam port to your computer port on which Kopete is listening for webcam (see Configure/Accounts/MSN/Connection).

    Detailed listing of ports to forward for MSN Microsoft provides this info in the following link: http://support.microsoft.com/kb/324214/en-us

    Service TCP ports UDP ports
    Incoming voice (computer to computer) 6901 6901
    Voice (computer to phone) - 6801, 6901, 2001-2120
    File transfer (receiving a file) 6891-6900 -

    Note In the "File transfer" cell, 10 ports are opened (ports 6891 through 6900 inclusive) so that you can perform 10 file transfer operations at a time. If you open only one of these ports, you can only transfer one file at a time.

    I can receive or send but not both at the same time; port 6891 has been opened for TCP/UDP packets It seems that I had to forward 6892 (udp and tcp) as well to get both directions working.

    How do I receive webcam images through the Yahoo! protocol? You need to have the jasper application reachable through your PATH environment variable. The Jasper application is not included in SUSE 10.0 (only the library is included), so you will have to download and install it yourself. http://www.ece.uvic.ca/~mdadams/jasper/ Nevertheless, it is included in the SUSE 10.1 DVD (though not installed by default), so use yast to install it. Jasper seems not be included in OpenSuSE 10.2. (as in 10.0) -> ftp://ftp.gwdg.de/pub/opensuse/distribution/10.2/repo/oss/suse/

    For Ubuntu, use the Synaptic package manager to install the jasper runtime package which is called libjasper-runtime.

    Can we expect to see UVC cameras support (http://linux-uvc.berlios.de/)? Kopete shows only green screen when you try to use the camera. Other software (Skype, aMSN) work fine with this driver. UPDATE: UVC camera (Logitech 9000 Pro) works for me with Kopete 12.7, Ubuntu Hardy (8.04) out of the box.