I'm looking for some general way to get video stream from webcam in Linux and then process and show it in a window. The second part seems simple, but I don't know how to deal with the first one.
Is there some API, lib, docs, etc?.. Where to start?
I'm looking for some general way to get video stream from webcam in Linux and then process and show it in a window. The second part seems simple, but I don't know how to deal with the first one.
Is there some API, lib, docs, etc?.. Where to start?
私は前にこれを少しやったことがあります、そしてあなたが正しいです、2番目の部分は簡単な部分です。一般的に使用されるライブラリのいくつかについては、この投稿を参照してください。
また、OpenCVは、ビデオストリームの取得と処理の両方に役立つため、そのリストに追加します。
http://sourceforge.net/projects/opencvlibrary/
http://www.willowgarage.com/pages/software/opencv
幸運を!