Ask Your Question

nemo's profile - activity

2013-04-30 11:11:53 -0600 received badge  Student (source)
2013-04-30 10:30:10 -0600 asked a question How to create an Activex control with OpenCV?

Dear sir:

I want to develope a activex control for ASP/JSP which displays web cam preview via Opencv libraries.

I create a method/function of my activex.

In this function, I call cvNameWindow("mypreview") to create a preview and use cvShowImage to display web cam preview on "mypreview" window.

It works.

However, "mypreview" is a isolated window which is not embedded in activex control(so it didn't embedded in browser,too).

Does anyonw know how to make preview window "become" an activex control which can be embedded in browser?

Thanks a lot for your sharing!

It will help me a lot!