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

Thread: Clique HUE HD Webcam

  1. #1
    Join Date
    Jul 2007
    Beans
    51
    Distro
    Ubuntu 10.04 Lucid Lynx

    Clique HUE HD Webcam

    So I bought this Clique HUE HD Webcam from www.woot.com and I don't know how to get it to work. When I type 'lsusb' I get

    Bus 005 Device 003: ID 0c45:6282 Microdia Audio (Microphone)
    Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

    If I unplug it the 'Bus 005 Device 003: ID 0c45:6282 Microdia Audio (Microphone)' goes away so I know that is the camera but I can't make it work. Any help is greatly appreciated.
    Ubuntu 10.04

  2. #2
    Join Date
    Mar 2008
    Location
    Montgomery, AL.us
    Beans
    3
    Distro
    Ubuntu 8.04 Hardy Heron

    Lightbulb Re: Clique HUE HD Webcam

    I'm in the same boat as you, gah. Same camera, same website. So anyway, I'll apply my bowstaff-camera skills and let you know if I have any success with it.

  3. #3
    Join Date
    Jun 2006
    Beans
    37
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Clique HUE HD Webcam

    Quote Originally Posted by anderlan View Post
    I'm in the same boat as you, gah. Same camera, same website. So anyway, I'll apply my bowstaff-camera skills and let you know if I have any success with it.
    I got wooted too. Any assistance would be appreciated! I can see its audio side, but not the video.

    Thanx!

    (Don't work over Christmas though!)

    Spook

  4. #4
    Join Date
    Oct 2007
    Location
    wrong planet
    Beans
    746
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Clique HUE HD Webcam

    Try this. I read it worked for someone with a Hue in Inteprid.

    http://groups.google.com/group/micro...er-draft?pli=1
    Linux Advanced Guides and News!
    http://linuxinnovations.blogspot.com/

    Green means go, Yellow means faster, Red means don't stop.

  5. #5
    Join Date
    Oct 2007
    Location
    wrong planet
    Beans
    746
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Clique HUE HD Webcam

    I managed to get mine working, but it doesn't display right. I'm posting a screenshot. The module I got from compiling is sn9c20x.ko not microdia.ko, and I had to take a few extra steps to get it working in 64-bit 8.10.
    Attached Images Attached Images
    Last edited by go_beep_yourself; January 2nd, 2009 at 02:33 PM.
    Linux Advanced Guides and News!
    http://linuxinnovations.blogspot.com/

    Green means go, Yellow means faster, Red means don't stop.

  6. #6
    Join Date
    Oct 2007
    Location
    wrong planet
    Beans
    746
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Clique HUE HD Webcam

    Has anyone else managed to get theirs working? I finally was able to get the built-in microphone working with Skype.
    Linux Advanced Guides and News!
    http://linuxinnovations.blogspot.com/

    Green means go, Yellow means faster, Red means don't stop.

  7. #7
    Join Date
    Jan 2008
    Beans
    47

    Re: Clique HUE HD Webcam

    By the following link

    http://groups.google.com/group/micro...er-draft?pli=1

    I almost got it work in both i386 hardy and AMD64 hardy.

    I compile the source code and insert the module. No problem in i386 and AMD64.
    But when I start the camera with the code

    Code:
    	fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
    	fmt.fmt.pix.width = width;
    	fmt.fmt.pix.height = height;
    	fmt.fmt.pix.pixelformat = pixelformat; //V4L2_PIX_FMT_MJPEG; //V4L2_PIX_FMT_YUYV;
    	fmt.fmt.pix.field = V4L2_FIELD_NONE; //V4L2_FIELD_INTERLACED;
    I always got an 640x480 picture no matter what the width and height is. And about pixelformat, the driver report the following supported formats

    Code:
    Bayer 8bit (BGGR)
    I420 (YUV 4:2:0)
    YUYV (YUV 4:2:0)
    JPEG (YUV 4:2:2)
    I got the following two formats working
    Code:
    V4L2_PIX_FMT_JPEG
    V4L2_PIX_FMT_YUYV
    For V4L2_PIX_FMT_JPEG format, the driver returns a gray JPEG picture with a fixed exposure. So it's impossible to see anything in the night because the exposure is not enough. I guess it's because the driver hasn't be able to adjust the exposure settings yet. And the driver also can't change the camera mode to show colored picture.

    For V4L2_PIX_FMT_YUYV format, the driver return an 614400 bytes data for each frame. But the data is definitely not a YUV4:2:2 format. I haven't figure out how to decode it yet. There is no libv4l in hardy repository which may able to decode the frame.

    The driver is still in the developing stage. I guess someone will keep improving the driver. These people are so nice.

  8. #8
    Join Date
    Jan 2008
    Beans
    47

    Re: Clique HUE HD Webcam

    Quote Originally Posted by go_beep_yourself View Post
    I managed to get mine working, but it doesn't display right. I'm posting a screenshot. The module I got from compiling is sn9c20x.ko not microdia.ko, and I had to take a few extra steps to get it working in 64-bit 8.10.
    Actually the name is correct. I opened the camera body today. The circuit said SN9C202AFC.

  9. #9
    Join Date
    Sep 2007
    Beans
    2

    Re: Clique HUE HD Webcam

    Has there been any progress on getting this driver improved? What can I do to help?

    I'm trying to get it to work with skype. Currently, my video looks bad. Attached is a screen capture of how my video looks when I run:
    Code:
    LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so mplayer tv://     -tv driver=v4l2:width=640:height=480:fps=25:device=/dev/video0 -vo x11
    Attached Images Attached Images
    Last edited by Veenified; January 26th, 2009 at 10:12 PM.

  10. #10
    Join Date
    Sep 2007
    Beans
    2

    Re: Clique HUE HD Webcam

    I ran:
    Code:
    LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so camorama
    ... and I am getting video that looks like the attached.

    If it helps I am getting only this relevant entry when I run lsusb:
    Code:
    Bus 002 Device 005: ID 0c45:6282 Microdia Audio (Microphone)
    Can someone please help?

Page 1 of 2 12 LastLast

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
  •