English 中文(简体)
开放CV+网络兼容性
原标题:OpenCV + Webcam compatibility

对于具有开放式社区经验的人来说,是否有任何网络运动不与开放社区委员会合作。

我正在研究一个项目的可行性,我知道我需要高质量的饲料(1080p),因此我需要一个能够这样做的网络。 而开放式电脑与某些照相机也有问题?

To be analysing a video feed of that resolution on the fly I am going to need a fast processor, I know this, but will I need a machine that is not consumer available...ie, will an i7 do?

感谢。

问题回答

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.

不幸的是,我所说的一页比过去更糟。 自我于2011年首次提出这一答复以来,开放社区论坛发生了许多变化,他们难以追踪那些在市场上得到开放社区支持的照相机。

无论如何,这里是





相关问题
Resources for Image Recognition

I am looking for a recommendation for an introduction to image processing algorithms (face and shape recognition, etc.) and wondered if anyone had an good recommendations, either for books, ...

Good reference book for digital image processing? [closed]

I am learning digital image processing on my own and would like recomendations on good reference books. If you know of books to definately stay away from that would be useful as well. Thanks

Python Tesseract can t recognize this font

I have this image: I want to read it to a string using python, which I didn t think would be that hard. I came upon tesseract, and then a wrapper for python scripts using tesseract. So I started ...

What s the quickest way to parallelize code?

I have an image processing routine that I believe could be made very parallel very quickly. Each pixel needs to have roughly 2k operations done on it in a way that doesn t depend on the operations ...

Computing object statistics from the second central moments

I m currently working on writing a version of the MATLAB RegionProps function for GNU Octave. I have most of it implemented, but I m still struggling with the implementation of a few parts. I had ...

Viola-Jones face detection claims 180k features

I ve been implementing an adaptation of Viola-Jones face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placing rectangular ...

热门标签