Easycap: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Switch to template f)
(add product name utv007 qs702)
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Many USB video capture devices are sold as EasyCAP.
[[File:Easycap001.png|right]]Many USB video capture devices are sold as EasyCAP.


It seems that EasyCAP is not a companys or brand name, but some manufacturers use this label for at least four completly '''hardware different''' clones of this USB analogue audio- and videocapturedevice. EasyCAP devices and clones are vastly sold in onlineshops at low prices.
It seems that EasyCAP is not a companys or brand name, but some chinese manufacturers use this label for at least '''four completly hardware different clones''' of equally looking audio and video capture devices. EasyCAP devices and clones are vastly sold in onlineshops at low prices.


This article describes, how to identify the chipset of the known EasyCAP devices and if they are supported/ working in Linux.
This article describes, how to identify the chipset of the known EasyCAP devices and if they are supported/ working under Linux.


== Overview/Features ==
== Overview/Features ==
Line 13: Line 13:


===Components Used===
===Components Used===
The components of the different EasyCAP labeled devices are mentioned in the [[Easycap#Known_Easycap_devices]] section below.
The components of the different EasyCAP labeled devices are mentioned in the [[Easycap#Known_Easycap_devices| "Known Easycap devices"]] section below.


===Other Images===
===Other Images===
Line 22: Line 22:


===Identification===
===Identification===
==== Indentify your device before buying ====
==== Indentify the device before buying ====
It is hard to identify the chipset of any EasyCAP device before buying because most onlineshops (ebay, amazon) do not mention in the provided technical data the chipset of the device.
It is hard to identify the chipset of any EasyCAP device before buying because most onlineshops (ebay, amazon) do not mention in the provided technical data the chipset of the device.
[http://www.logilink.de/showproduct/VG0001.htm Example from logilik.de where the chipset is declared]
[http://www.logilink.de/showproduct/VG0001.htm Example from logilik.de where the chipset is declared]
===== Identify device using installationinstructions for Windows =====
===== Identify device using installation instructions for Windows =====
[[File:windows-installer.png|right|150px]]If the chipset is not mentioned in device specifications on the website, one way to figure out the chipset inside the EaysCAP is to read through the installationinstructions for Windows (if provided for download).
[[File:windows-installer.png|right|150px]]If the chipset is not mentioned in device specifications on the website, one way to figure out the chipset inside the EaysCAP is to read through the installation instructions for Windows (if provided for download).
Screenshots of the windowsinstaller often reveal the devicename.
Screenshots of the windowsinstaller often reveal the devicename.


Line 32: Line 32:
* Empia EasyCAP is in Windows: '''USB 2861 Device''' or '''EMP'''
* Empia EasyCAP is in Windows: '''USB 2861 Device''' or '''EMP'''
* Somagic EasyCAP is in Windows: '''SM-USB 007''' or '''SMI Grabber Device'''
* Somagic EasyCAP is in Windows: '''SM-USB 007''' or '''SMI Grabber Device'''
* UTV007 based EasyCAP is in Windows: '''OEM Capture Device'''
* UTV007 based EasyCAP is in Windows: '''USBTV007'''




Line 38: Line 38:


=== STK1160 EasyCAP ===
=== STK1160 EasyCAP ===
For the [[stk1160]] based EasyCAPs exists another article on this wiki with further information: [[Stk1160]]
[[stk1160|For the stk1160 based EasyCAPs exists another article on this wiki with further information.]]


It is assumed that the stk1160 based "EasyCAP DC60" ist the "originally" EasyCAP device. This device is sold in different varieties (models) and even under different names like: EzCap, LogiLink, Mumbi, Weltbild, and some more.
It is assumed that the stk1160 based "EasyCAP DC60" ist the "originally" EasyCAP device. This device is sold in different varieties (models) and even under different names like: EzCap, LogiLink, Mumbi, Weltbild, and some more.


==== Indentify after buying ====
====Components Used====
* Syntek STK1160 (USB video bridge)
* Silan SC8113 or GM7113 (Philips SAA7113 compatible video decoder)
* AC'97 audio processor (In the 4 inputs model this chip is missing. Audio capturing is done by the STK1160 chips built-in ADC for mono microphone audio recording.)

==== Indentification ====


# lsusb
# lsusb
Line 50: Line 55:


STK1160 based devices are supported (video and audio) under Linux by the easycap kernel module (kernel 2.6.38 and later) and further on by the stk1160 kernel module (kernel 3.7). More information on this wiki: [[Stk1160]]
STK1160 based devices are supported (video and audio) under Linux by the easycap kernel module (kernel 2.6.38 and later) and further on by the stk1160 kernel module (kernel 3.7). More information on this wiki: [[Stk1160]]
===== Audio support =====
More information on this wiki: [[Stk1160#Drivers]]
----




=== Empia EasyCAP ===
=== Empia EasyCAP ===


The Empia EasyCAP is based on the EM2860 chip from empia.
The Empia EasyCAP is based on the EM2860 chip from Empia.


==== Indentify after buying ====
====Components Used====
* Empia EM2860 (EM2861 ?) (USB video bridge)
* Silan SC8113 (Philips SAA7113 compatible video decoder)
* AC'97 audio processor

==== Indentification ====


# lsusb
# lsusb
Line 63: Line 76:
==== Making it work ====
==== Making it work ====


EM2860 based devices are supported in Linux by the em28xx kernle module. More information on this wiki: [[Em28xx_devices]]
EM2860 (EM2861) based devices are supported in Linux by the em28xx kernle module. More information on this wiki: [[Em28xx_devices]]
===== Audio support =====
The em28xx kernel module should create a '''Em28xx Audio''' ALSA soundcard which can be used for sound capturing.
----




=== Somagic EasyCAP ===
=== Somagic EasyCAP ===


The Somagic EasyCAP is based on the SMI-2021 chip from somagic. It needs a firmware for operation.
The Somagic EasyCAP is based on the SMI-2021 chip from Somagic. It needs a firmware for operation.


==== Indentify after buying ====
====Components Used====
* Somagic SMI-2021CBE (USB video bridge)
* SAA7113 compatible video decoder
* Cirrus Logic 5340-CZZ audio processor

==== Indentification ====


# lsusb
# lsusb
Line 82: Line 104:
For SMI-2021 based devices exists a proceeding Linux-driver project: [http://code.google.com/p/easycap-somagic-linux/ easycap-somagic-linux]
For SMI-2021 based devices exists a proceeding Linux-driver project: [http://code.google.com/p/easycap-somagic-linux/ easycap-somagic-linux]


More information on this wiki: [[somagic]]
More information on this wiki: [[Somagic]]
===== Audio support =====
Audio support is provided by the easycap-somagic-linux driver at an unknown stage.
----




=== UTV007 based EasyCAP ===
=== USBTV007 EasyCAP ===


The EasyCAP is based on a single UTV007 chip.
This EasyCAP is based on a single UTV007 labeled chip.


This device is sold as "USB video capture QS702" from SHENZHEN FUSHICAI ELECTRONIC CO.,LTD
==== Indentify after buying ====


# lsusb
'''lsusb''' reports
* Manufacturer: Fushicai
Bus 001 Device 016: ID 1b71:3002
* Product: usbtv007


====Components Used====
* Single chip: UTV007 A614231.1 1136L1BK
* Inscriptions on the board: FSC VIDEO DVR

==== Indentification ====

# lsusb
Bus XXX Device XXX: ID 1b71:3002
[http://ubuntuforums.org/showthread.php?t=1949993 Full lsusb -v]


==== Making it work ====
==== Making it work ====


Patch with kernel driver posted on LKML: [https://lkml.org/lkml/2013/6/10/381 https://lkml.org/lkml/2013/6/10/381]
This device is currently not supportet under Linux


Also, a very experimental (for testing purposes only) userspace driver is available on github: [https://github.com/memeruiz/usbtv007 http://github.com/memeruiz/usbtv007]
----


----


== External Links ==
== External Links ==
[http://translate.google.com/translate?sl=ja&tl=en&js=n&prev=_t&hl=de&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fplaza.rakuten.co.jp%2Fjashi%2Fdiary%2F%3Fctgy%3D16&act=url Jashi's ROOM]
[http://translate.google.com/translate?sl=ja&tl=en&js=n&prev=_t&hl=de&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fplaza.rakuten.co.jp%2Fjashi%2Fdiary%2F%3Fctgy%3D16&act=url Jashi's ROOM]
User information about the three different EasyCAPs with hardware pictures (Japanese site translated with Google)
User information about the four different EasyCAPs with hardware pictures (Japanese site translated with Google)


[http://usbeasycap.info/index.php?main_page=index&cPath=4 www.usbeasycap.info] Site of a chinese EasyCAP manufacturer/ retailer where at some Easycap products the chipset is declared and at some it is not declared.
[http://usbeasycap.info/index.php?main_page=index&cPath=4 www.usbeasycap.info] Site of a chinese EasyCAP manufacturer/ retailer where at some Easycap products the chipset is declared and at some it is not declared.

Revision as of 10:46, 1 July 2013

Easycap001.png

Many USB video capture devices are sold as EasyCAP.

It seems that EasyCAP is not a companys or brand name, but some chinese manufacturers use this label for at least four completly hardware different clones of equally looking audio and video capture devices. EasyCAP devices and clones are vastly sold in onlineshops at low prices.

This article describes, how to identify the chipset of the known EasyCAP devices and if they are supported/ working under Linux.

Overview/Features

  • All the EasyCAP devices and clones need a USB 2.0 connection (USB 1.1 is too slow).
  • They are tunerless but can capture analogue video up to 720x576 px (PAL) or 720x480 px (NTSC) and
  • stereosound up to 48000 Hz sampling rate (or only 8000 Hz mono on some models where the AC'97 chip is missing)
  • Most of them have input cables labelled CVBS, S-VIDEO, AUDIO(L), AUDIO(R).
  • Some models do have 4 yellow input cables (CVBS) labelled 1, 2, 3, 4 and one white unlabelled audio cable.

Components Used

The components of the different EasyCAP labeled devices are mentioned in the "Known Easycap devices" section below.

Other Images

Identification

Indentify the device before buying

It is hard to identify the chipset of any EasyCAP device before buying because most onlineshops (ebay, amazon) do not mention in the provided technical data the chipset of the device. Example from logilik.de where the chipset is declared

Identify device using installation instructions for Windows
Windows-installer.png

If the chipset is not mentioned in device specifications on the website, one way to figure out the chipset inside the EaysCAP is to read through the installation instructions for Windows (if provided for download).

Screenshots of the windowsinstaller often reveal the devicename.

  • STK1160 EasyCAP is in Windows: (Syntek) STK1160 or STK1150
  • Empia EasyCAP is in Windows: USB 2861 Device or EMP
  • Somagic EasyCAP is in Windows: SM-USB 007 or SMI Grabber Device
  • UTV007 based EasyCAP is in Windows: USBTV007


Known Easycap devices

STK1160 EasyCAP

For the stk1160 based EasyCAPs exists another article on this wiki with further information.

It is assumed that the stk1160 based "EasyCAP DC60" ist the "originally" EasyCAP device. This device is sold in different varieties (models) and even under different names like: EzCap, LogiLink, Mumbi, Weltbild, and some more.

Components Used

  • Syntek STK1160 (USB video bridge)
  • Silan SC8113 or GM7113 (Philips SAA7113 compatible video decoder)
  • AC'97 audio processor (In the 4 inputs model this chip is missing. Audio capturing is done by the STK1160 chips built-in ADC for mono microphone audio recording.)

Indentification

# lsusb
Bus 001 Device 003: ID 05e1:0408 Syntek Semiconductor Co., Ltd STK1160 Video Capture Device

Making it work

STK1160 based devices are supported (video and audio) under Linux by the easycap kernel module (kernel 2.6.38 and later) and further on by the stk1160 kernel module (kernel 3.7). More information on this wiki: Stk1160

Audio support

More information on this wiki: Stk1160#Drivers



Empia EasyCAP

The Empia EasyCAP is based on the EM2860 chip from Empia.

Components Used

  • Empia EM2860 (EM2861 ?) (USB video bridge)
  • Silan SC8113 (Philips SAA7113 compatible video decoder)
  • AC'97 audio processor

Indentification

# lsusb
Bus XXX Device XXX: ID eb1a:2861 eMPIA Technology, Inc.

Making it work

EM2860 (EM2861) based devices are supported in Linux by the em28xx kernle module. More information on this wiki: Em28xx_devices

Audio support

The em28xx kernel module should create a Em28xx Audio ALSA soundcard which can be used for sound capturing.



Somagic EasyCAP

The Somagic EasyCAP is based on the SMI-2021 chip from Somagic. It needs a firmware for operation.

Components Used

  • Somagic SMI-2021CBE (USB video bridge)
  • SAA7113 compatible video decoder
  • Cirrus Logic 5340-CZZ audio processor

Indentification

# lsusb
Bus XXX Device XXX: ID 1c88:0007 Somagic, Inc. 
and after loading the firmware
# lsusb
Bus XXX Device XXX: ID 1c88:003c Somagic, Inc. or Bus XXX Device XXX: ID 1c88:003f Somagic, Inc.

Making it work

For SMI-2021 based devices exists a proceeding Linux-driver project: easycap-somagic-linux

More information on this wiki: Somagic

Audio support

Audio support is provided by the easycap-somagic-linux driver at an unknown stage.



USBTV007 EasyCAP

This EasyCAP is based on a single UTV007 labeled chip.

This device is sold as "USB video capture QS702" from SHENZHEN FUSHICAI ELECTRONIC CO.,LTD

lsusb reports

  • Manufacturer: Fushicai
  • Product: usbtv007

Components Used

  • Single chip: UTV007 A614231.1 1136L1BK
  • Inscriptions on the board: FSC VIDEO DVR

Indentification

# lsusb
Bus XXX Device XXX: ID 1b71:3002 

Full lsusb -v

Making it work

Patch with kernel driver posted on LKML: https://lkml.org/lkml/2013/6/10/381

Also, a very experimental (for testing purposes only) userspace driver is available on github: http://github.com/memeruiz/usbtv007


External Links

Jashi's ROOM User information about the four different EasyCAPs with hardware pictures (Japanese site translated with Google)

www.usbeasycap.info Site of a chinese EasyCAP manufacturer/ retailer where at some Easycap products the chipset is declared and at some it is not declared.