Microdia Webcam Driver



  1. Microdia Webcam Driver Linux
  2. Microdia Webcam Driver
  • Download Microdia USB PC Camera SN9C120 webcam drivers or install DriverPack Solution software for driver update. Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.
  • While I couldn't find the Microdia part number for my webcam, I did read that most (if not all) of the recent Microdia products use the uvc driver. I don't know if that's the case with the webcam in the asus, but, to check you could try: 'lsmod grep video' in a terminal (without quotation marks) to see if the uvcvideo driver is present.

This package contains the files for installing the Typhoon EasyCAM USB 2.0 Driver. If it has been installed, updating (overwrite-installing) may fix problems, add new functions, or expand functions. The program is language independent and can be used with any language system.

Hi,

are there any logs from device 627f ? If not, could someone please
create some ?
This device doesn't use a fixed sensor model. The sensor configuration
is defined by an EEPROM (has nothing to do with the 0x50 EEPROM issue !).
For the reported camera models, the sensor configuration seems to be the
same as used by 624f.
However, to add support for this device, we need to know how to
determine this.

Frank

On Wed, May 7, 2008 at 1:01 AM, Vreixo Formoso Lopes wrote

Microdia webcam driver linux

Microdia Webcam Driver Linux

> Hi!
>
> (sorry, my english is not very good)
>
> I've a microdia webcam, with usb id 0c45:627f. This is not listed as
> supported webcam. However, I have chosen to give the driver a try, and to
> make make webcam work, I've chaged in microdia.h the definition of
> USB_UDIA_624F_PRODUCT_ID to be 0x627f, and thus match my webcam. Then I
> compile and... it works!!! And with very good quality!
>
> So I suppose it is easy to add out-of-the-box support for this new webcam,
> just create an USB_UDIA_627F_PRODUCT_ID and handle it in the same way you do
> with 0c45:624f.
>
> Please, if you implement that notify me at metalp...@yahoo.es, so I can
> give it a try! And, of course, request me any help/info you need.
>
> Cheers,
> Vreixo
>

Microdia Webcam Driver

Could anyone help me make this thing to work?
I have added the webcam repo, the system recognizes it
dmesg output:
[ 1173.204072] usb 8-1: USB disconnect, address 2
[ 1177.633059] usb 8-1: new full speed USB device using uhci_hcd and address 3
[ 1177.778115] usb 8-1: New USB device found, idVendor=0c45, idProduct=614a
[ 1177.778127] usb 8-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1177.778137] usb 8-1: Product: USB camera
[ 1177.778267] usb 8-1: configuration #1 chosen from 1 choice
lsusb:
Bus 008 Device 003: ID 0c45:614a Microdia
BUT it doesn't work, v4l does nothing to it, i tried symlinking the dev to /dev/video0 but it still doesn't work, has anyone made it to work?