Reputation: 3689
i'd like to add to my C# window with processed image from my webcam (live webcam streaming).
As far I know, opencv library is for C++.
I've found how to run C++ app from C#, but i don't know how to do streaming in C# form window.. any suggestions?
Upvotes: 1
Views: 792
Reputation: 2036
Maybe you should take a look at this other thread:
.Net (dotNet) wrappers for OpenCV?
It may be easier to use a wrapper of OpenCV for your case.
Upvotes: 3