Installation of USB image acquisition driver in Linux

Source: Internet
Author: User

It is difficult to collect images from USB cameras in ARMlinux. Compared with the installation of the camera driver in LINUX, the following describes the installation process.

The linux version I used is RedHat Enterprise linux AS 4, which is basically completely installed. The camera uses the zc0301 chip of xingwei, which requires the spca5xx driver. If linux does not have this driver, you need to install it on your own.

First, download some driver code, and search for the following in google.

(1) install the spca5xx driver

# Tar zxvf spca5xx-20060501.tar.gz
# Cd spca5xx-20060501
# Make
# Make install

(2) install sdl

# Tar zxvf sdl-1.2.12.tar.gz
# Cd sdl-1.2.12
#./Configure
# Make
# Make install

(3) install spcaview

# Tar zxvf spcaview-20050501.tar.gz
# Cd spcaview-20050501
# Make
# Make install

Install the executable tool to/usr/local/bin, open/etc/profile, and add the/usr/local/bin path to the file. Restart the host.

The following uses the spcaview application to collect images.

# Spcaview-f yun-o test. avi can be used to view the collected image, but the image cannot be added here.

Related Articles]

  • Use a USB flash drive to load the controller driver to install the Linux operating system
  • Linux Server NIC Driver Installation and troubleshooting
  • Compile and install apache2, mysql5, and php5 in the Slaris10 System

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.