Ask Your Question
0

How to display live image in application?

asked 2012-12-31 09:32:48 -0600

professorguy gravatar image

I am actually using JavaCV (which is supposed to be a transparent port of OpenCV), but if you can answer my general question here, that'll help me. My simple question is "How do I display a live image from a webcam?"

In JavaCV there's an object for displaying a live webcam image called CanvasFrame which WORKS GREAT and is TOTALLY USELESS. It is useless because it lives in its own window and cannot be integrated with your UI. So I'm looking for a replacement and am hoping I can translate the typical C++ way of using OpenCV for displaying a live image.

How is a live image integrated with your application in OpenCV?

edit retag flag offensive close merge delete

Comments

I think it is not the best place for the question about JavaCV. It is separate project, that is not developed by OpenCV team.

Alexander Smorkalov gravatar imageAlexander Smorkalov ( 2013-01-01 05:37:43 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-01-01 05:39:59 -0600

In the latest releases Java development with OpenCV is supported for Android platform only. Java support for desktop platforms is in development and will be added in future releases.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-12-31 09:32:48 -0600

Seen: 443 times

Last updated: Jan 01 '13