Install Driver for EasyCAP USB Video Capture Device in Ubuntu 10.04
- Thursday, July 22, 2010, 22:27
- Hack, Linux, Software
- Views: 13,192
- 7 comments
EasyCAP USB Video Capture Device can be used in Ubuntu. Follow the following steps to get it working in Ubuntu Lucid Lynx 10.04. I would expect it to work on other *nix distros as well. Don’t plug-in the device yet, if it is plugged-in then unplug it.
Step 1: Download the driver from here.
Step 2: Extract the contents of the driver. To compile and build the driver modules, you would need to have your kernel sources installed, which is already installed by default for Ubuntu users. To compile the driver and test the installed drivers run the following command at a terminal:
sudo apt-get install build-essential mplayer
Step 3: Next go to the directory where you have extracted the contents of the driver and run the following command
sudo ./install.sh
Step 4: Wait for the setup to get over. Then, check that the module has been successfully loaded by doing
lsmod | grep easycap
Physically plug in the EasyCAP device, and check if the following files have been successfully created
/dev/easycap0
/dev/easysnd1
by doing this
ls /dev/easy*
Now you can plug an analog video input (VCR, camcorder etc.) and test your device with mplayer using scripts included (which should be located in the driver folder). Depending on whether you have plugged the device to S-Video input or the standard RCA / Yellow video cable, you would have to invoke one of the following commands and you should be able to see a video screen pop up using mplayer
sudo ./test.sh 1 (for PAL and a “CVBS+S-VIDEO” EasyCAP)
sudo ./test4.sh 1 ( for PAL and a “FOUR-CVBS” EasyCAP)sudo ./test.sh 5 (for NTSC and a “CVBS+S-VIDEO” EasyCAP)
sudo ./test4.sh 5 (for NTSC and a “FOUR-CVBS” EasyCAP)
To test as a regular non sudo user, execute the following command to invoke the script to change the permission of “/dev/easycap0″ and “/dev/easysnd1″
sudo ./permit.sh
For more details and information and troubleshooting read the included README in the driver folder.
You might also like
| How to Install / Update Linux Driver for HP Printers / Scanners Most *nix distros... | Install libstdc++.so.5 on Ubuntu 11.04 Natty Narwhal If you try... | $570: Pentax K-x 12.4 MP Digital SLR with 2.7-inch LCD and 18-55mm f/3.5-5.6 AL Lens (White) Amazon offers... | Install libstdc++.so.5 on Ubuntu 10.10 or 10.04 or 9.10 If you try... |
About the Author
7 Comments on “Install Driver for EasyCAP USB Video Capture Device in Ubuntu 10.04”
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!







The driver has been updated so the test.sh are not incorrect. Can someone please update post,
Also be good to test with Ubuntu10.10
Like or Dislike:
0
1
[Reply]
lifehacker Reply:
November 8th, 2010 at 3:39 pm
@Kyle, Thanks for letting us know. I would update it soon and test it out for 10.10.
Like or Dislike:
0
1
[Reply]
I have a problem in step 4 does not generate 1./dev/easycap0, 2. / dev/easysnd1 – could help solve? thanks!
Like or Dislike:
0
0
[Reply]
lifehacker Reply:
January 17th, 2011 at 6:00 pm
@Juancho, Which version of Ubuntu are you using?
Like or Dislike:
0
0
[Reply]
Juancho Reply:
January 18th, 2011 at 11:22 am
@lifehacker,
Ubuntu
version 10.04 (lucid)
Nucleo Linux 2.6.32-21-generic
GNOME 2.30.0
Like or Dislike:
0
0
[Reply]
lifehacker Reply:
January 20th, 2011 at 10:25 am
In my case I didn’t have any issues with Ubuntu 10.04 or 10.10. Can you try reinstalling the driver again and see if that step throws out any errors? If the driver install doesn’t throw any error then I don’t see why the modules should not load.
Like or Dislike:
0
0
[Reply]
Step 4 only generates /dev/easycap0 and not /dev/easysnd1
When I first tried test after setting it up yesterday the test only played sound and a window with no pic. Tried the test again today just for the hell of it and I’ve got picture now but it’s really choppy (dropping frames or something). Any hints as to getting smooth playback and if/when I do what software can I use to capture and edit the video?
Like or Dislike:
0
0
[Reply]