Capturing multiple webcams (uvcvideo) with OpenCV on Linux

前端 未结 7 1196
时光取名叫无心
时光取名叫无心 2020-12-03 01:56

I am trying to simultaneously stream the images from 3 Logitech Webcam Pro 900 devices using OpenCV 2.1 on Ubuntu 11.10. The uvcvideo driver gets loaded for these.

C

7条回答
  •  萌比男神i
    2020-12-03 02:33

    this works as charm for me

    sudo rmmod uvcvideo

    sudo modprobe uvcvideo quirks=128

    This will be reset every reboot. If this works, create the following file: sudo vi /etc/modprobe.d/uvcvideo.conf containing the line: options uvcvideo quirks=128

    check this link http://renoirsrants.blogspot.in/2011/07/multiple-webcams-on-zoneminder.html

提交回复
热议问题