Customize camera in Layar SDK

197 Views Asked by At

I am integrating Layar SDK in android. I have used below code :-

String oauthKey = "xxxxx"; 

String oauthSecret = "xxxxx"; 

LayarSDK.initialize(this, oauthKey, oauthSecret);

LayarSDK.startLayarActivity(this); 

It works well. Now i want to customise the camera but can not get idea. Its documentation says its possible to do so but don't provide any help.

I want to add Info button on top of camera.

Thanks for Help.

0

There are 0 best solutions below