Open GoogleCodeExporter opened 9 years ago
Right, Android does not come with AWT, Swing, JFrame or Image, so CanvasFrame
will not work. You will to use the Android equivalent classes
I guess we could have something like CanvasFrame that would work under Android,
and that would be a request for enhancement, but I don't have any plans to make
it myself
Original comment by samuel.a...@gmail.com
on 13 May 2011 at 2:56
Thanks for your answer,
I found that the android.graphics.Bitmap classe is equivalent to
java.awt.ImageBufferedImage
(http://stackoverflow.com/questions/3429437/how-to-use-java-awt-image-
package-in-android-app). So I will try to use this equivalent.
But, without this possibilities, the interest of JavaCV is limited for
Android, no ? In my case, I try to make a Augmented Reality app but
without display, I can't do this.
Thank you.
Original comment by rolland....@gmail.com
on 13 May 2011 at 9:35
We can easily copy data to a Bitmap, as I explained in issue #67...
Original comment by samuel.a...@gmail.com
on 13 May 2011 at 12:18
Issue 324 has been merged into this issue.
Original comment by samuel.a...@gmail.com
on 13 Jun 2013 at 7:04
Original issue reported on code.google.com by
rolland....@gmail.com
on 12 May 2011 at 3:35