Capturing high resolution picture

+1 vote
asked Sep 18, 2017 by almighty (130 points)
Is there a way to capture high resolution picture of current scene? I modified the samples, to capture current frame into bitmap, however it is of course limited to the resolution of the current surface view. Is there any way to capture full camera resolution picture and apply all the AR rendering to this still image? (it's just placing of simple 3D object on the target image).

1 Answer

0 votes
answered Mar 2, 2018 by qcode-linus (330 points)
hi there,

in unity you can use:
ScreenCapture.CaptureScreenshot (<path>);
this take screenshots in the same resolution as your Display.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...