Титла: Camera sonix sn9c201
Публикувано от: Sublimate в Apr 28, 2008, 16:18
Някой има ли идея как да си подкарам тази камера. До сега пробвах разни вариани но безуспешно. desktop:~$ lsusb Bus 005 Device 003: ID 0c45:627b Microdia Така я открива но не работи. Интересното е и че инструментите за настройка на камера търсят в /dev/video0 А там няма такъв файл.
Титла: Camera sonix sn9c201
Публикувано от: spec1 в Apr 28, 2008, 16:43
Опитай с gspca Има списък с поддържани камери.Изтегли възможно най-новата версия. Разбира се ,трябва и да са инст. съотв.модули за USB Мисля че във форума в linux-bg.org има разисквани подобни проблеми, потърси в архива.
Титла: Camera sonix sn9c201
Публикувано от: edmon в Apr 28, 2008, 19:00
Титла: Camera sonix sn9c201
Публикувано от: e01 в Apr 28, 2008, 20:14
http://mxhaard.free.fr/Една от камерите ми е същата и стана със spca (сега вече gspca) Другите ми камери са CANYON и LOGITECH и при тях работи 
Титла: Camera sonix sn9c201
Публикувано от: Sublimate в Apr 28, 2008, 20:25
Помогна ми ето това: MicrodiaПримерен код | Microdia Webcam Ubuntu 7.10 Gutsy
Print This Post Print This Post | 7 comments - Post a comment
When I’ve migrated to Linux, the only hardware that’s not supported by Ubuntu 7.10 Gutsy Gibbon on my system is my webcam. Well actually, there is a driver that support it, but it’s closed source driver from linux-projects.org which is also not free for this Linux distribution. I’ve tried the trial version of the driver but I got fuzzy images from the webcam.
But this morning, I’m very happy to received this email:
Hi
Please try out the latest Git version of our Experimental Microdia Webcam Kernel Driver.
Currently there’s some basic support for the following webcams 6242 624e 624f 6270 627b 62bb & 145f:013d
-JoJo
You know why? Because my webcam (Microdia 0c45:624f) is listed there :D. It is email from someone at Microdia Webcam Groups who’s announce the latest development status of their Experimental Microdia Webcam Kernel Driver. Well, I’ve join this group for few months ago and hoping a miracle, and today the miracle comes true :p. This latest driver works perfectly and I got clear images from my webcam.
Here’s the screenshot:
Camorama
And here’s the step of driver installation:
This driver must be checkout from git repositories at http://repo.or.cz/w/microdia.git. If your Ubuntu system doesn’t have git installed, then you must install it with this command:
apt-get install git-core gitk git-gui git-doc curl
You will also need ctags on this latest version of driver and doxygen if you want to compile the documentation with this driver.
To install ctags: apt-get install ctags
doxygen is optional
To checkout the driver from repositories, go to preferred folder on the terminal where this driver would be placed, then type this command:
git clone http://repo.or.cz/r/microdia.git
If you succeeded, you may have no error messages and get microdia folder on your location. Then enter to microdia directory and type this command:
make
This command will compile the driver and when it’s finished, you’ll found microdia.ko file at the same folder and won’t get any error messages. But if you have one, just follow the clue on the messages and install required package for compilation. After that, just type this command to load the driver:
sudo modprobe videodev sudo insmod microdia.ko
Check your dmesg status, when you have this line:
[10439.928000] microdia: Microdia USB2.0 webcam driver startup [10439.928000] microdia: Microdia USB2.0 Webcam - Product ID 624F. [10439.928000] microdia: Release: 0100 [10439.928000] microdia: Number of interfaces : 1 [10439.928000] microdia: Microdia USB2.0 Camera is now controlling video device /dev/video0 [10439.928000] usbcore: registered new interface driver usb_microdia_driver [10439.928000] microdia: v0.0.0 : Microdia USB Video Camera
Then your webcam is recognized by the driver. You can now test your webcam with camorama or else.
Updated:
If you want to load your driver everytime, just copy microdia.ko file to your kernel module directory. I suggest you to copy that file to this folder:
/lib/modules/`uname -r`/kernel/drivers/media/video/usbvideo/
so the copy command would be like this:
cp microdia.ko /lib/modules/`uname -r`/kernel/drivers/media/video/usbvideo/
if you have run insmod on the installation steps before, then run: sudo rmmod microdia first to unload the driver from memory. Then run: sudo depmod -a to generate new modules.dep and map files, so our new microdia driver recognize by the system.
After this steps, you can now load microdia module with modprobe command like this: sudo modprobe microdia. Finally is done, the microdia driver will be loaded every time you start your computer.
If you have any question or difficulties on driver installation, just leave the comments and I’ll try to find a solution for you. |
Титла: Camera sonix sn9c201
Публикувано от: Sublimate в Apr 29, 2008, 08:27
Сега камерата ми има друг проблем. Снощи когато беше тъмно беше добре. ама сега на светлото се вижда само бяло и трябва да се доближа доста наблизо, за да се вижда нещо. Под windows осветлението и се коригира автоматично no pod Linux за сега това не работи. Пробвах със стандартните настройки на camorama но ефект няма. Някакви идеи как да стана по видим през деня? 
Титла: Camera sonix sn9c201
Публикувано от: e01 в Apr 29, 2008, 10:05
С коя програма се гледаш?
Титла: Camera sonix sn9c201
Публикувано от: spec1 в Apr 29, 2008, 11:03
Опитай с mplayer Моята камера я пускам с: mplayer tv:// -tv driver=v4l:width=352:height=288:device=/dev/video0 mplayer е за предпочитане пред camorama
|