On Linux, if it s supported by v4l2, it is probably going to work (e.g., my home webcam isn t listed, but it s v4l2 compatible and works out of the box). You can always use the camera manufacturer s driver to acquire frames, and feed them to your OpenCV code. You can even sub-class the VideoCapture class, and implement your camera driver to make it work seamlessly with OpenCV.
我认为,最新的七国集团应该做得当的工作。 您还不妨查看英特尔的IPP图书馆,以便更优化例行工作。 国际笔会还方便地将开放式航程编码纳入其中,因为开放式航程是国际英特尔项目一开始。
If you need really fast image processing, you might want to consider adding a high performance GPU to the box, so that you have that option available to you.