1

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.

Monster Brain
  • 1,950
  • 18
  • 28
  • So you want to take a screenshot while looking at the augmented image from a certain perspective and that screenshot must only contain the node and not anything else? – Muhammad Sarim Mehdi Dec 04 '21 at 13:19
  • yes, indeed. I want the overlayed image node as a bitmap in short. – Monster Brain Dec 06 '21 at 05:13
  • Did you find a solution to this issue? Thanks. – toto_tata Jan 18 '22 at 10:44
  • 1
    @Regis_AG : Nope. My purpose was to get the shape of the node actually, which I later achieved by using the center anchor node + imagewidth/2 calculations, and using that 4 sides creating a bitmap, in screen coordinates ... – Monster Brain Jan 18 '22 at 11:24

0 Answers0