开发者

interact with a pc camera using c++

i intend to interact with a pc camera using c plus plus. Are there any libraries you can recommend or ways to go about ? The idea is to take shots with a Samsung wireless cam then get the images transf开发者_JS百科erred unto a pc with cam and on the pc show images as per the face detection using the cam . any ideas where to start ?


Well, there's a wide range of ways to do it. Professional cameras have accompanying SDKs. If you camera is supported by it (I believe most webcams are) you should try OpenCV for a start.

Googling for "opencv face recognition" will yield plenty of hits, so you have a lot of reference material.

Try this reference (Face and Eyes Detection Using OpenCV) for a start.

After you start your project, you can specific questions on StackOverflow or on the OpenCV Yahoo! group.


Other options are:

1) openFrameworks.

Quoting from their website:

Openframeworks is a c++ library designed to assist the creative process by providing a simple and intuitive framework for experimentation.

The library is designed to work as a general purpose glue, and wraps together several commonly used libraries under a tidy interface: openGL for graphics, rtAudio for audio input and output, freeType for fonts,freeImage for image input and output, quicktime for video playing and sequence grabbing.

2) Qt

If you decide Qt, see this related question: Displaying WebCam video with Qt

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜