我的最終目標是使用 OpenCV 從網路攝影機擷取高解析度視訊。然而,我透過 USB 連接到筆記型電腦的網路攝影機被檢測到,但僅提供標準 VGA 解析度 (640x480),儘管它在技術上能夠以 30 fps 的速度捕獲全高清 (1920×1080) 視訊。
我認為 Ubuntu 預設用於存取我的網路攝影機 (ov519) 的驅動程式無法充分發揮網路攝影機的潛力。
我的問題是如何使用 Ubuntu 找到並安裝適合外部網路攝影機的驅動程式?
技術細節:
輸出lsusb
是:
Bus 002 Device 008: ID 05a9:4519 OmniVision Technologies, Inc. Webcam Classic
輸出v4l2-ctl -d /dev/video1 --all
是:
Driver Info (not using libv4l2):
Driver name : ov519
Card type : USB Camera
Bus info : usb-0000:00:14.0-3
Driver version: 4.15.18
Capabilities : 0x85200001
Video Capture
Read/Write
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x05200001
Video Capture
Read/Write
Streaming
Extended Pix Format
Priority: 2
Video input : 0 (ov519: ok)
Format Video Capture:
Width/Height : 640/480
Pixel Format : 'JPEG'
Field : None
Bytes per Line : 640
Size Image : 115790
Colorspace : JPEG
Transfer Function : Default (maps to sRGB)
YCbCr/HSV Encoding: Default (maps to ITU-R 601)
Quantization : Default (maps to Full Range)
Flags :
Streaming Parameters Video Capture:
Frames per second: invalid (0/0)
Read buffers : 2
答案1
來自此網站的資訊編譯了有關 OmniVision (OVCam) 相機的資訊:http://ovcam.org/ov511/cameras.html
製造商 | 型號(黃色=USB 2.0) | ID# | 橋 | 感應器 | Linux 狀態(粗體表示我擁有一台) |
---|---|---|---|---|---|
豪威科技 | OV519/OV8610 評估板 | 不適用 | OV519 | OV8600/OV8610,內建麥克風? | 與 ov51x 驅動程式配合使用 |
下載頁面 我自己在 VirusTotal 下載並檢查過,都是穩定的驅動程式)
下載頁面:http://ovcam.org/ov511/download.html#ov51x
版本 | 日期 | 2.2 內核 | 2.4 內核 | 2.5/2.6 內核 | 下載 | 穩定的? |
---|---|---|---|---|---|---|
1.65-1.11-馬克 | 2004/08/21 | 2.2.18 - 2.2.26 | 2.4.0 - 2.4.31 | 2.6.0 - 2.6.8 | 下載 (109K) | 是的 |
驅動程式連結:http://ovcam.org/ov511/download/ov51x/ov51x-1.65-1.11-mark.tar.bz2
我拆開包裝ov51x-1.65-1.10-mark.tar.bz2
。
將驅動程式提取到它們自己的資料夾中。我用的是7Zip。
有關安裝驅動程式的信息,請查看Doc/
目錄。裡面有PDF和其他HTML以及一個文字檔。