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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.