// Take capture UIGraphicsBeginImageContext(self.architectView.frame.size); ; UIImage *image = UIGraphicsGetImageFromCurrentImageContext(); UIGraphicsEndImageContext(); // Save image to album SEL sel = @selector(finishSaveImage:didFinishSavingWithError:contextInfo:); UIImageWriteToSavedPhotosAlbum(image, self, sel, nil);
we will provide a method to take a screenshot in our next SDK update. For now you are not able to capture the screen because you cannot acces our OpenGL ES objects and the camera.
Best regards
Andi
C
Crystalwing Bakaboe
said
about 10 years ago
I'm pretty new here.
And I don't know what the SDK update you've mentioned is the current one or not.
I also have the screen capture code similar to this, and it did give a blank screen, too.
Can I take a photo/screenshot right now? Or is it still unavailable?
Thank you.
A
Andreas Schacherbauer
said
about 10 years ago
Hi,
I'm sorry that I have to tell you that the feature is not included in the current release.
Unfortunately you cannot create a screenshot by yourself since you cannot access all the views which are necessary.
I'll keep you up to date about the status off this feature.
Taro Matsuzawa