0

I am trying to create an application which will be using the camera to scan certain pictures and when a known picture is detected, it will draw a 3d model using powervr on top of the detected image.

Soham Dutta
  • 129
  • 2
  • 9

2 Answers2

0

Dont have knowledge about this powervr-sgx There other Sdk available for Augmented reality pls follow this Url:http://dev.metaio.com/sdk/tutorials/hello-world/

This SDK provides the No of tutorial one specifically as your need detecting a specific picture and displaying the 3D object.

Hope it helps.

Balu
  • 1,069
  • 2
  • 10
  • 24
  • If you need a the Src contact me – Balu Feb 10 '14 at 13:48
  • I am using vuforia to detect the image and after detection i need to use the powervr native code to draw the 3d model. i have the two parts working independantly and even simultaneously.. i need a way to call android_main(android_app* state) of the powervr native code manually once vuforia detects an image – Soham Dutta Feb 11 '14 at 11:23