Start a new topic

Button to Capture Screen?

Button to Capture Screen?


Hello ,

Is any possibity to capture screen ( take a ScreenShot) and share it?

 

Hi,

You can find details on the screenshare feature in our sample app and the documentation section.

I hope this helps. Greetings

Nicola

True,

But how can I integrate this in the Wikitude Studio? with a button!

Hi,

Sorry, I totally overlooked that this was releated to Studio. This feature is currently not part of Studio. So if you want to make use of this functionality, you'll need to develop the AR experience using HTML technologies, like in the sample app.

Greetings

Nicola

Hey everyone,

I followed sample app, but got this error when click Capture button

"2018-02-08 19:53:14.368261+0700 Thrival[1732:408341] Invalid callback id received by sendPluginResult

2018-02-08 19:53:19.668474+0700 Thrival[1732:408341] Invalid callback id received by sendPluginResult"
Here is my code:

 

loadARView = () => {

this.wikitudePlugin.loadARchitectWorld(

this.onARExperienceLoadedSuccessful,

this.onARExperienceLoadError,

this.arExperienceUrl2,

this.requiredFeatures,

this.startupConfiguration

);

}


//At World.js

 

captureScreen: function captureScreenFn() {

AR.platform.sendJSONObject({

name: "button",

action: "captureScreen"

});

},


Any help?

Thanks

Login or Signup to post a comment