Start a new topic

display image on wikitude ar camera

display image on wikitude ar camera


hello all

i am using wikitude sdk for android native. i want to know how to display image on the wikitude tracking camera.

with regards

mithun

hi all 

i got the solution

i just added below code in oncreate

LayoutInflater inflater = LayoutInflater.from(getApplicationContext());
LinearLayout controls = (LinearLayout) inflater.inflate(R.layout.image_layout, null);
wikitudelayout.addView(controls);

with regards

mithun
Login or Signup to post a comment