Announcement

Collapse
No announcement yet.

webcam problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    webcam problem

    hi guys i have a inbuilt webcam in my monitor my monitor is a asus pg191 now the OS detects the screen as that type but i cant get the webcam working has any one worked out how to get this running under Linux yet


    #2
    Re: webcam problem

    try this program,it might help

    type this in terminal(Konsole)

    Code:
    sudo apt-get install cheese

    Comment


      #3
      Re: webcam problem

      nope that did not work mate

      Comment


        #4
        Re: webcam problem

        Originally posted by mhh91
        try this program,it might help

        type this in terminal(Konsole)

        Code:
        sudo apt-get install cheese
        sudo apt-get install cheese

        command not found. Install fridge and try again...



        Sorry couldn't resist. Hope you get a solution.

        Comment


          #5
          Re: webcam problem

          anyone gonna give us a hand getting this to work ?

          Comment


            #6
            Re: webcam problem

            This site is pretty much the source of all knowledge on webcam chips and driver compatibility:

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

            You'll need to run
            Code:
            lspci
            (or
            Code:
            lsusb
            if it is a USB interface) and get the ID of your chip, then see if the gspca drivers will run it.

            Comment


              #7
              Re: webcam problem

              If your webcam is not listed in the gspca list, check the uvcvideo list at:
              http://linux-uvc.berlios.de/

              Comment


                #8
                Re: webcam problem

                right i have now got the vender id if that helps guys

                Bus 005 Device 006: ID 0402:5602 ALi Corp. Video Camera Controller

                Comment


                  #9
                  Re: webcam problem

                  According to the uvcvideo site, the ALI 0402:5606 camera is supported by their driver. Nothing about yours, but you might try the uvcvideo driver and see if it works.

                  Comment

                  Working...
                  X