2009年2月14日 星期六

安裝V4L2-1.0

Library for using Video For Linux 2 (V4L2) in combination with the Philip WebCam (PWC) driver.
就是webcam的函式庫

1. 下載V4L2.tar.gz主程式
2. 解壓縮
3. 建立Makefile
$ ./configure
出現以下錯誤:
checking for linux/videodev2.h... yes
checking pwc-ioctl.h usability... no
checking pwc-ioctl.h presence... no
checking for pwc-ioctl.h... no
configure: error: 'pwc-ioctl.h missing, please install the Philips WebCam library available here: http://www.saillard.org/linux/pwc/'

4. 下載pwc的library
下載到此V4L2目錄
5. 解壓縮,並且進入libpwc-20060101目錄,且編譯出執行檔
$ make
6. 到上一層目錄V4L2,重新產生Makefile,並且加入額外的header路徑
$ ./configure --with-parse-incdir=/home/ren/Desktop/V4L2-1.0/libpwc-20060101
7. 安裝到系統中
$ sudo make install

方法二:
與上面到第二個步驟都相同
3. 解壓縮pwc-10.0.12-rc1.tar.bz2
4. 建立Makefile
$ ./configure --with-parse-incdir=pwc-10.0.12-rc1
5. 編譯
$ make
6. 安裝
$ sudo make install

沒有留言: