Hi swapnil,
changing the ArchitectView background doesn't do the trick because there are two other views on top of it (an OpenGL ES view and a web view).
What you need to do is to implement an input plugin that simply delivers the image content of whatever image you want to have rendered as replacement of the camera image. Please refer to our simple input plugin example for more information about how to implement plugins for the Wikitude SDK.
Best regards,
Andreas
Hello sir,
Thanx for replaying
can you do one favor for me. can you send me an example for integrating the image for camera because i never worked on creating native plugin.
Hi swapnil,
You can use the attached plugin as a starting point. You might need to update it to our latest plugin API, but it should give you a good start.
Best regards,
Andreas
swapnil pol
Hi, i am using the android javascript sdk,i want to show the poi points on some background image. and for that i was trying to change the background color of ArchitectView but no luck it always show the black color.so how can i do that.