Community

Topic: Unity 3D Plugin

Accessing features of the camera/pikkart

mitch
Sunday, August 6, 2017

Using Unity, am I able to access features of the camera such as flash so I can implement buttons for these things?
Also - the dots that pop up on the screen looking for points of detail.. are this customisable in any way?
Thanks

user profile image
Support Team  (expert)
Tuesday, August 8, 2017

Hi,
Our sdk uses Unity's internal camera api which doesn't expose these controls right now.
The search dots are not customizable at the moment.
Best,

mitch
Thursday, September 20, 2018

Oh really? That's a shame. So not able to add any flash support at all? I'll have to look and see if that's possible in unity at all - should definitely be.. kind of a deal-breaker if not.

Instead of customizing - am I able to hide those points at all? Even once I purchase the app license and everything if I'm unable to customize anything...


user profile image
Support Team  (expert)
Monday, October 1, 2018

Hi,
please use the following methods to disable/enable the search effect:

PikkartARCore.StopEffect();

PikkartARCore.StartEffect();

Regards,

Sign in to add a comment