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

Is it possible to take a screen grab of your view on ML2 and select a group of pixels from that image then instantiate an object in virtual space where that object resides in real world location.

@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.