Taking pictures in 8th wall studio, displaying text on 3d surfaces

Hello Everyone,
I’m trying to carry out two operation for my 8th wall project.

  • first I’m trying to take a picture from the 8th wall studio and perform to an API with the captured image
  • I’m also trying to display text on a 2d image in 8th wall, and this text would also be retrieved from an API.
    Can this be done with 8th wall and how ?

8th Wall experiences at their core are client-side web pages. You could do this by using the XR8 API on the window to take a screenshot and sending it to your API.

I think this would make a great case for a sample project, I’ll look into it.

Thanks @GeorgeButler , how about displaying text on 2d images, and the ability to edit those text

Hmm, your best bet would be to create a text UI element that’s placed over the images. You could also consider using a API that lets you programmatically add text to images.