Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

This question already has an answer here:

When I try to capture video from webcam using OpenCV, it opens a new window and the video is shown there.

Instead of showing in a separate window, I want the video to be shown in a windows form element like picturebox.

I am using visual c++ 2008 for developing windows forms. Plz help me.

share|improve this question

marked as duplicate by casperOne Apr 10 at 17:09

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

You may wish to consider Emgu. It is a .NET wrapper for OpenCV which enables you to use almost every OpenCV features in .NET windows forms.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.