Is Application.CaptureScreenshot(“Screenshot.png”); The only method to get a screenshot?
I’m trying to captureScreenshot on the iphone 4s and only getting about 3 frames per second. Is there any way to speed this up?
Someone said the main problem is the reading and writing to the disk. Is there any way to save the reading and writing till the end, or use a format that is smaller than png to have less data to read/write?
Is Application.CaptureScreenshot(“Screenshot.png”); The fastest method to get a screenshot?
Thanks,