3D object rendering in openCV using metaio in Android -


i developing appication, wher i'm using opencv detect shapes in camera image , want display 3d objects rendered metaio on shapes. how can achieved? have tried custom rendering, 'onnewcameraframe' method not being called.

i have convert each camera frame in 'onnewcameraframe()' method mat object shape detection logic. it's not being called. have added call 'requestcameraimage()' method of metaio sdk.

start hello world example metaio: http://dev.metaio.com/sdk/tutorials/hello-world/ there can see example code how e.g. render figure on marker

but metaio , openvc not rendering part, metaio little bit more opencv computer vision part of application. render have write opengl code yourself, or conect tracking of metaio more complex rendering engine jmonkey, libgdx etc.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -