You are not logged in.

#1 2009-08-07 11:36:18

M1zut4m4
Member
From: Fukuoka, Kyushu, Japan, Earth
Registered: 2009-06-23
Posts: 5
Website

[SOLVED] Webcam image fliped (uvcvideo module)

Currently on my new Japanese Computer ASUS N10J (eeepc like + 9300m GS) the webcam is mounted flipped (thanks engineers lol).
So the only way to unflip is to rewrite a part of the module uvcvideo...

googling, I've found this interesting topic
http://forum.notebookreview.com/showthr … 810#kernel
providing the source code for the holy module cool
http://allurgroceries.is-a-chef.com/n10/uvc_video.c

BUT I still have a problem :
How to integrate it to my ArchLinux distro/kernel (compilation should be ok tongue but after...) ?

It seems to have a out of date aur package doing this tuff so, I'm ready to maintain a new package for people having the same trouble (if it's not too long) but before, please teach me how to do, currently I don't have so much time for RTFM lol

Help needed !!!!
有り難う御座います♪♪♪

ps : sorry for my English ><, 本当に済みません
pps : no, I'm French lol

Last edited by M1zut4m4 (2009-08-09 15:56:24)


ArchLinux ASUS N10J-HV020CS (9300M GS 256, atom N270, 2 Go)
ArchLinux ASUS N10JB-HV001U (G105M 512, atom N280, 2 Go)
佳名子 愛してる♪♪♪♪ \\(^3^)//

Offline

#2 2009-08-07 11:57:17

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 714

Re: [SOLVED] Webcam image fliped (uvcvideo module)

Well if you are a master student Computer Science you should know how to RTFW:P. Where is the AUr package located ? If you give us a link we could help you out.

Offline

#3 2009-08-07 12:08:31

M1zut4m4
Member
From: Fukuoka, Kyushu, Japan, Earth
Registered: 2009-06-23
Posts: 5
Website

Re: [SOLVED] Webcam image fliped (uvcvideo module)

Dear, Jelly

jelly wrote:

Well if you are a master student Computer Science you should know how to RTFW:P.

Yes, But I try ^^

#man uvc
No manual entry for uvc
// I also try this
#man woman
No manual entry for woman

But thanks I didn't know the RTF"W" (here there still are computer science & embedded robotic system (yes, I saw embedded winXP laptop in robot lol) student who code under windows without knowing what is a command line)

Where is the AUr package located ? If you give us a link we could help you out.

http://aur.archlinux.org/packages.php?ID=18950
I try it yesterday but no response from the server http://linux-uvc.berlios.de -> bye bye yaourt ^^

Thanks for spending your time on my problem...
ps : If you know good url for the wiki...
pps : search function ? tongue

Last edited by M1zut4m4 (2009-08-07 12:09:50)


ArchLinux ASUS N10J-HV020CS (9300M GS 256, atom N270, 2 Go)
ArchLinux ASUS N10JB-HV001U (G105M 512, atom N280, 2 Go)
佳名子 愛してる♪♪♪♪ \\(^3^)//

Offline

#4 2009-08-07 12:53:38

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 714

Re: [SOLVED] Webcam image fliped (uvcvideo module)

Linux 2.6.26 and newer includes the Linux UVC driver natively. You will not need to download the driver sources manually unless you want to test a newer version or help with development.

The uvcvideo driver for kernel26 2.6.25 patched to flip the video.

Could you do   " lsmod | grep uvc ". there should be some video module already in the kernel modprobe it and test the webcam. The webcam software should flip the image.

good luck

Last edited by jelly (2009-08-07 12:56:44)

Offline

#5 2009-08-07 14:03:22

M1zut4m4
Member
From: Fukuoka, Kyushu, Japan, Earth
Registered: 2009-06-23
Posts: 5
Website

Re: [SOLVED] Webcam image fliped (uvcvideo module)

jelly wrote:

Linux 2.6.26 and newer includes the Linux UVC driver natively. You will not need to download the driver sources manually unless you want to test a newer version or help with development.

The uvcvideo driver for kernel26 2.6.25 patched to flip the video.

Yes but currently it didn't flip my webcam or I Have to found the function/flag to activate somewhere to flip the video if a such function/flag exists... cool

jelly wrote:

Could you do   " lsmod | grep uvc ".

Yes sure, but already done ^^

uvcvideo               61040  0 
videodev               36544  1 uvcvideo
v4l1_compat            15688  2 uvcvideo,videodev
usbcore               150192  7 btusb,uvcvideo,usbhid,usb_storage,uhci_hcd,ehci_hcd

But I don't know if it can help you...

jelly wrote:

good luck

May the Linux force be with me


ArchLinux ASUS N10J-HV020CS (9300M GS 256, atom N270, 2 Go)
ArchLinux ASUS N10JB-HV001U (G105M 512, atom N280, 2 Go)
佳名子 愛してる♪♪♪♪ \\(^3^)//

Offline

#6 2009-08-09 16:05:39

M1zut4m4
Member
From: Fukuoka, Kyushu, Japan, Earth
Registered: 2009-06-23
Posts: 5
Website

Re: [SOLVED] Webcam image fliped (uvcvideo module)

Hi all, (uh Jelly in fact lol)

So to solve the problem, there is a pseudo automatic solution lol
You just need to send an e-mail to Hans de Goede (libv4l developer) and He will add your webcam id to a special list to flip upside down automatically your webcam cool

You need to be registered (free) to the mailing list to send an email...
All you need at this address -> https://lists.berlios.de/pipermail/linu … 04886.html

Yes I know this method is specific for each one but no many people have this problem, so currently libv4l team has decided to solve the problem like this....

work fine for vlc & skype

Bye all wink

Last edited by M1zut4m4 (2009-08-09 16:14:15)


ArchLinux ASUS N10J-HV020CS (9300M GS 256, atom N270, 2 Go)
ArchLinux ASUS N10JB-HV001U (G105M 512, atom N280, 2 Go)
佳名子 愛してる♪♪♪♪ \\(^3^)//

Offline

#7 2009-08-11 06:29:14

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 714

Re: [SOLVED] Webcam image fliped (uvcvideo module)

M1zut4m4 wrote:

Hi all, (uh Jelly in fact lol)

So to solve the problem, there is a pseudo automatic solution lol
You just need to send an e-mail to Hans de Goede (libv4l developer) and He will add your webcam id to a special list to flip upside down automatically your webcam cool

You need to be registered (free) to the mailing list to send an email...
All you need at this address -> https://lists.berlios.de/pipermail/linu … 04886.html

Yes I know this method is specific for each one but no many people have this problem, so currently libv4l team has decided to solve the problem like this....

work fine for vlc & skype

Bye all wink

Congrats that you got it working smile

Would you  like to write a nice wiki for this webcam, so new users don't have to look into this thread??

Offline

Board footer

Powered by FluxBB