LinuxTVWiki:Sandbox: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== CAPTURADORES USB VC-211A E TERRATEC CINERGY 200 ==
== CAPTURES USB VC-211A AND TERRATEC CINERGY 200 ==


The devices USB Model VC-211A, which can be found with the logos of ACTionMaster, Digitus or LinXcel, were added as card = 74 in cardlist of the em28xx driver at November 26, 2009, by the developer Mauro Chehab. These devices are erroneously recognized by the command "lsusb" as:

Os capturadores USB modelo VC-211A, que podem ser comprados com as logomarcas da Actionmaster, LinXcel ou Digitus, foram acrescentados como card=74 no Cardlist do driver em28xx, a partir do dia 26 de novembro de 2009, pelo desenvolvedor Mauro Chehab . Estes dispositivos são reconhecidos de forma errada pelo comando "lsusb" como:


Bus 001 Device 002: ID eb1a:2800 eMPIA Technology, Inc. Terratec Cinergy 200
Bus 001 Device 002: ID eb1a:2800 eMPIA Technology, Inc. Terratec Cinergy 200


Mas na verdade são mais simples. Além de não terem processador de áudio, são desprovidos de sintonizador e EEPROM. E por não terem EEPROM, o driver v4l2 necessita da edição de um arquivo de *.conf para reconhecê-lo e configurá-lo corretamente como CARD=74 (VC-211A - Actionmaster, LinXcel ou Digitus). Isto pode ser feito no console da seguinte forma:
But they are simpler.Besides not having audio processor, are devoid of tuner and EEPROM. And why not have EEPROM, the driver v4l2 needs editing a file *. conf to recognize it and set it up correctly as CARD = 74 (VC-211A - ACTionMaster, or LinXcel Digitus). This can be done in the console as follows:


$ sudo gedit /etc/modprobe.d/captura.conf
$ sudo gedit /etc/modprobe.d/captura.conf $ Sudo gedit / etc / modprobe.d / captura.conf


In this file, you must edit and save with the following parameters:
Neste arquivo, deve-se editar e salvar com os parâmetros abaixo:


options em28xx card=6 core_debug=1
options em28xx card=6 core_debug=1 options em28xx card = 6 core_debug = 1


Obviamente, até que esta última alteração do em28xx seja integrada ao kernel das diversas distribuições Linux que usam o v4l2, o usuário que possuir um dispositivo VC-211A, deverá baixar a árvore e compilar o driver conforme orienta na página [[How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers]].<br>
Obviously, until that amendment to em28xx kernel is integrated into the various Linux distributions that use v4l2, the user that have a VC-211A should download the tree v4l2 and compile the driver as guides on page How_to_Obtain, _Build_and_Install_V4L-DVB_Device_Drivers.


Antes dessa alteração, a resolução de 720x480 exigida pelo v4l2 versão 0.1.2, não era compatível com os capturadores VC-211A e outros mais antigos, que estes trabalham com 640x480. Este erro gerava uma perda de dados fazendo com que a imagem capturada não ultrapasse o máximo de 360x240. Todo este problema foi corrigido pelo mestre Mauro Chehab, o qual é digno do respeito e da gratidão de toda comunidade Linux e principalmente dos aficcionados pela captura de vídeo.<br>
Before this change, the resolution of 720x480 required by v4l2 version 0.1.2 was not compatible with the captors VC-211A and older ones, since they only work with 640x480. This error generated a loss of data causing the captured image does not exceed the maximum of 360x240. This whole problem has been corrected by the master Mauro Chehab, which is worthy of respect and gratitude of the entire Linux community and especially the fans for the video capture.


We take this opportunity to give our thanks to all those who have worked directly or indirectly in the developed project video4linux.
Aproveitamos o ensejo para prestar nossos agradecimentos a todos aqueles que tem trabalhado direta ou indiretamente no desenvovimento do projeto Video4linux.<br>


Por Raimundo Eduvirgens
By Raymond Eduvirgens

Revision as of 05:53, 6 December 2009

CAPTURES USB VC-211A AND TERRATEC CINERGY 200

The devices USB Model VC-211A, which can be found with the logos of ACTionMaster, Digitus or LinXcel, were added as card = 74 in cardlist of the em28xx driver at November 26, 2009, by the developer Mauro Chehab. These devices are erroneously recognized by the command "lsusb" as:

Bus 001 Device 002: ID eb1a:2800 eMPIA Technology, Inc. Terratec Cinergy 200

But they are simpler.Besides not having audio processor, are devoid of tuner and EEPROM. And why not have EEPROM, the driver v4l2 needs editing a file *. conf to recognize it and set it up correctly as CARD = 74 (VC-211A - ACTionMaster, or LinXcel Digitus). This can be done in the console as follows:

$ sudo gedit /etc/modprobe.d/captura.conf $ Sudo gedit / etc / modprobe.d / captura.conf

In this file, you must edit and save with the following parameters:

options em28xx card=6 core_debug=1 options em28xx card = 6 core_debug = 1

Obviously, until that amendment to em28xx kernel is integrated into the various Linux distributions that use v4l2, the user that have a VC-211A should download the tree v4l2 and compile the driver as guides on page How_to_Obtain, _Build_and_Install_V4L-DVB_Device_Drivers.

Before this change, the resolution of 720x480 required by v4l2 version 0.1.2 was not compatible with the captors VC-211A and older ones, since they only work with 640x480. This error generated a loss of data causing the captured image does not exceed the maximum of 360x240. This whole problem has been corrected by the master Mauro Chehab, which is worthy of respect and gratitude of the entire Linux community and especially the fans for the video capture.

We take this opportunity to give our thanks to all those who have worked directly or indirectly in the developed project video4linux.

By Raymond Eduvirgens