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?

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
Using Xubuntu 18.04 on a Dell laptop that does not have a web camera. I bought an external webcam that advertised as being compatible with ubuntu. Plugged in, lsusb sees it, but it will not show an image on cheese. Bus 002 Device 013: ID 0c45:6366 Microdia I think the video driver for the camera is not present.
On Wed, May 7, 2008 at 1:01 AM, Vreixo Formoso Lopes wrote
- MICRODIA PC CAMERA UBUNTU DRIVER - I really don't think it's worth the effort, the driver is no longer under active development, and as I said, doesn't support you webcam anyway.
- MICRODIA enrich lifestyle with innovative technology for mobile phones, mobile accessories, tablets, digital cameras, professional Digital Camera accessories.
Dell M4800 Driver Update
> 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
>