I'm newbie on Wikitude SDK and I'm trying to develop an android app for AR. I've tried to modify the Wikitude SDK Examples to obtain the POI with Radar on my application. I've done a button that, in my intention, have to open the 6_Browsing$Pois_2_Adding$Radar index.html of the sample.
But I have this error that I don't understand:
"E/ArchitectView: Exception while getting Camera Parameters java.lang.RuntimeException: Fail to connect to camera service"
That refers to "this.architectView.onCreate(config);" in the following:
Valerio Colonnese