Re: Laptop webcam image is upside down
To recompile the uvcvideo driver for your A52N we first have to know what your webcam chip is.
lshw, lsusb or lspci should tell us.
The two numbers given for the device given by the lsusb command will give you the mfg ID and the device ID. Then, check this web page to see if your device is listed via those two numbers. Mine listing is
Bus 001 Device 002: ID 05ca:183d Ricoh Co., Ltd
and the two numbers are in red, separated by a colon.
IF it is listed you can read the info on https://help.ubuntu.com/community/UVC to see if you want to try it.
To recompile the uvcvideo driver for your A52N we first have to know what your webcam chip is.
lshw, lsusb or lspci should tell us.
The two numbers given for the device given by the lsusb command will give you the mfg ID and the device ID. Then, check this web page to see if your device is listed via those two numbers. Mine listing is
Bus 001 Device 002: ID 05ca:183d Ricoh Co., Ltd
and the two numbers are in red, separated by a colon.
IF it is listed you can read the info on https://help.ubuntu.com/community/UVC to see if you want to try it.
Comment