Ask Your Question
0

How to display live image in application?

asked Dec 31 '12

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?

Preview: (hide)

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.

1 answer

Sort by » oldest newest most voted
0

answered Jan 1 '13

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.

Preview: (hide)

Question Tools

Stats

Asked: Dec 31 '12

Seen: 469 times

Last updated: Jan 01 '13