Is it possible to take a screen grab of your view and

@janikows We do not have this type of API built in, but you can do this using a few of our APIs.

You could use the CV camera example in the Magic Leap Unity Examples project for information on how to capture an image and how to obtain the intrinsic and extrinsic values. After getting the image and these values, you can convert pixel to world space position.