You
could write a plugin for our SDK and draw a black rectangle (full
screen) in the startRender() method to achive the same result.
Thanks
Eva
Hi Peter, thanks for the quick reply.
I need to display a brief (HTML) tutorial before the app start his functionality, and the action that make the tutorial closable is being in a certain place (I implemented that in the locationChanged in addingradar.js).
The camera will start only if the user's position is in a certain lat-lon range.
Hello Giulia,
this is currently not possible and we are wondering what you would use this for? The camera is one of the key elements for augmented reality and therefore we want to understand your use case.
Do you want to show the POIs on a black screen?
Would be great, if you could add some details what you want to achieve.
Best,
Peter
Info
Hello,
I'm trying to get an architectView started with the camera disabled.
If I set the AR.hardware.camera.enabled to false in the JS, it stills shows the camera for some moments before it actually disable it and show the black screen and it doesn't feel smooth.
I call the AR.hardware.camera.enabled = false in the first line of my addingradar.js
I even had a look at the java class ArchitectStartupConfiguration but it seems that the option to disable the camera is not there.
Any suggestion?
Thanks!