How to capture frames from webcam in Windows Service with C#?

Is it a way to capture video frames from webcam in Windows Service? WIA always need a parent handler which can only be used in Windows client with user interface.

I need to write a windows service to process webcam frames but I don't know how to achieve this. Any help is appreciated. Thanks.

Peter


I think i am bit late to reply to you but if ur still looking for answer then please go to following link.

http://www.codeproject.com/KB/cpp/webcamcsharp.aspx

If it helps you please mark it as solved

链接地址: http://www.djcxy.com/p/81014.html

上一篇: 开源Webcam图书馆

下一篇: 如何使用C#从Windows Service中的网络摄像头捕获帧?