Installation
Get linux headers
Get the linux headers for your system, so that you can compile the drivers once you downloaded them. To do this, open a terminal window (Applications -> Terminal on XUbuntu) and type
sudo apt-get install build-essential linux-headers-`uname -r`
uname -r은 결국 자신의 커널 버전을 써주면 된다.
Get the modules
Get the modules for your webcam:
wget http://www.rastageeks.org/downloads/ov51x-jpeg/ov51x-jpeg-1.5.2.tar.gz
Ensure the drivers landed into a directory you know...
Extract the drivers
Move to the directory where your downloaded drivers are, and extract the source files from the tar files.
tar -xvf ov51x-jpeg-1.5.2.tar.gz
and Change directory to where your sources are:
cd ov51x-jpeg-1.5.2
Prepare the installation files
make
Compile
Compile the modules:
sudo make install
Install
And install them:
sudo depmod -A
sudo modprobe ov51x-jpeg
You should now be able to enjoy images from your webcam.
Xawtv에서 작동한다. Xawtv는 알아서 설치~
댓글 없음:
댓글 쓰기