Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
display image on wikitude ar camera
m
mithun kumar
started a topic
over 6 years ago
display image on wikitude ar camera
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
m
mithun kumar
said
over 6 years ago
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
m
mithun kumar
said
over 6 years ago
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
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3870 topics
© 2021 Wikitude, a Qualcomm company
mithun kumar