开发者_Python百科
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this questionI have an IP-cam that i want to get a snapshot from it when event get fired.
I have tried to get images from it using an option in it's firmware but it's taking much time about 4-11 sec.
I need another way to get a snapshot from it using c# code. I'm developing app using c# 3.5 OS windows server 2008
Any sample is very welcome and I will try it now. Thanks in advance.
You might also want to look into OpenCV. There are a couple C# ports available out there:
Emgu CV
opencvdotnet
opencvsharp
精彩评论