You need to retrive first the data and then inject on Architetworld and do whatever you want; that simple code its injecting info into the ARview from outside in this case Android(java) code;
A
Andreas Diehlmann
said
about 7 years ago
Sorry, could u explain it once again ?
E
Eva
said
about 7 years ago
Hi Andreas,
You can add the code wherever you want, you just need the architectView object. For example, the code I sent you, the function is a member function of the Activity which contains the ArchitectView.
I hope this helps. Thank you
A
Andreas Diehlmann
said
about 7 years ago
Where should I add the code ?
E
Eva
said
about 7 years ago
Hello Andy,
This should be possible with the function ArchitectView.callJavaScript().
/**
* call JavaScript in architectView
* @param methodName
* @param arguments
*/
private void callJavaScript(final String methodName, final String arguments) {
final StringBuilder argumentsString = new StringBuilder("");
Is it possible to stream live data from a industrial-machine or something like that to the Epson BT-200 SmartGlass?
My idea is to show the live datas when I am looking at the machine with my SmartGlass on...I hope there is a oppertunity to stream the live data (like numbers of revolutions...) to my Epson BT-200.
Andreas Diehlmann