How to create a bitmap from ViewRenderable / Node using SceneForm?

181 Views Asked by At

imageview source in ViewRenderable

I'm currently displaying the above image (black is transparent actually) over the augmented image, using Sceneform (Maintained repo by Thomas Gorisse, which is based on ARCore and filament).

Output and bitmap I wish to extract

Is there any method by which I could screenshot only the ViewRenderable node displayed in Augmented Camera output ? I need the bitmap output of what is shown in the node, as exactly as shown in the output.

0

There are 0 best solutions below