::Welcome to the Open world:: All FOSS, lovers we Want you!!!

kosandpol

Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    asiridol said:
    yes i guess. how can i check that for sure?
    Follow the article :

    In order to know if your webcam is UVC capable you just need to open your shell and run:

    Code:
    lsusb


    you will get something like this:

    Bus 002 Device 001: ID 0000:0000
    Bus 001 Device 002: ID xxxx:yyyy "Your_Webcam_Model"
    Bus 001 Device 001: ID 0000:0000
    Then type:

    Code:
    sudo lsusb -d xxxx:yyyy -v | grep "14 Video"


    If you get something like the following, your webcam is UVC capable:

    bFunctionClass 14 Video
    bInterfaceClass 14 Video
    bInterfaceClass 14 Video
    bInterfaceClass 14 Video

    If your webcam passes this test, you can go on reading. Otherwise, your camera needs to use propertary driver, because it doesn't use standard protocol/command.

    run those commands in the command line terminal and see if the results match with the results they have given.
     

    asiridol

    Active member
  • Dec 29, 2006
    756
    234
    43
    Still on earth
    Building USB Video Class driver...
    make[1]: Entering directory `/usr/src/linux-headers-2.6.28-11-generic'
    make[1]: *** No rule to make target `stuffs/trunk'. Stop.
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic'
    make: *** [uvcvideo] Error 2
     

    asiridol

    Active member
  • Dec 29, 2006
    756
    234
    43
    Still on earth
    asiri@asiri-laptop /windows/FOSS stuffs/trunk $ make uvcvideo
    Building USB Video Class driver...
    make[1]: Entering directory `/usr/src/linux-headers-2.6.28-11-generic'
    make[1]: *** No rule to make target `stuffs/trunk'. Stop.
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic'
    make: *** [uvcvideo] Error 2
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    asiridol said:
    asiri@asiri-laptop /windows/FOSS stuffs/trunk $ make uvcvideo
    Where in that guide does it say to run the command like that ??
    The make command is given without any parameters to just compile. you give parameters only to Install, uninstall or clean (or other make parameters)
     

    asiridol

    Active member
  • Dec 29, 2006
    756
    234
    43
    Still on earth
    i did that because i got this warning

    -------------------------------- WARNING ---------------------------------------
    The USB Video Class driver has moved to http://linuxtv.org/.
    Using the Berlios SVN repository is now deprecated.
    Please check http://linux-uvc.berlios.de/ for download instructions.
    If you really want to compile this historical version, run 'make uvcvideo'.
    --------------------------------------------------------------------------------
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    asiridol said:
    i did that because i got this warning

    -------------------------------- WARNING ---------------------------------------
    The USB Video Class driver has moved to http://linuxtv.org/.
    Using the Berlios SVN repository is now deprecated.
    Please check http://linux-uvc.berlios.de/ for download instructions.
    If you really want to compile this historical version, run 'make uvcvideo'.
    --------------------------------------------------------------------------------
    which means this guide is no longer valid. The upstream project has changed.
    What's the complete output of lsusb -v for your camera ?