Another tab for WebCam
I didn't install any other driver as cam work instantly. So if the driver is installed is without my knowledge.
Is there some commandline to discover what cam is actualy connected?
The design of camera is like tinyurl.com/349tony
Please Log in or Create an account to join the conversation.
So you need to check loaded modules
lsmod | grep video
lsmod | grep gspca
First command will also include video drivers but not many.
I suspect gspca driver so last is to check it
Also 'lsusb' command will show you connected devices.
Please Log in or Create an account to join the conversation.
Driver is inside linux kernel
So you need to check loaded modules
lsmod | grep video
lsmod | grep gspca
First command will also include video drivers but not many.
I suspect gspca driver so last is to check it
Also 'lsusb' command will show you connected devices.
that's results
slavko@emc2:~$ lsmod | grep video
videodev 25856 1 gspca
v4l2_common 16384 1 videodev
v4l1_compat 12164 1 videodev
slavko@emc2:~$ lsmod | grep gspca
gspca 625764 0
videodev 25856 1 gspca
usbcore 119348 5 snd_usb_audio,gspca,snd_usb_lib,ohci_hcd
slavko@emc2:~$ lsusb
Bus 001 Device 002: ID 046d:08da Logitech, Inc. QuickCam Messanger
Bus 001 Device 001: ID 0000:0000
slavko@emc2:~$
Please Log in or Create an account to join the conversation.
Please upgrade libcamunits6 and camview-emc packages.
I've added support for 'strange' cameras yesterday.
Please Log in or Create an account to join the conversation.
Thanks.
Please upgrade libcamunits6 and camview-emc packages.
I've added support for 'strange' cameras yesterday.
Where they are?!?
I download Camunits from [1]
code.google.com/p/camunits/ ->Downloads
..and try to run it outside of EMC2 without results.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Try www.linuxcnc.org/component/option,com_mo...rc/Itemid,8/lang,en/
Please Log in or Create an account to join the conversation.
I've fixed issues with V4L1 driver and it working fine for me (with vivi driver), without interlacing.
Also i've built camview-emc and friends (everything except HAL integration) so you may try it tomorrow.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.