I’m running into an issue where capturing to a local yields a blank image on devices. Particularly I’ve had it on a Kindle Fire. A tester also reported it on the Nexus 6. On the Nook instead of an empty image I get garbage from the most recent sprite sheet that was loaded.
My main test case has been the Kindle though, and using Corona 2015.2646 (2015.5.27). I found that if I set saveToPhotoLibrary to true, then the image would display. It almost seems like the extra time for it to save the image to storage (I see a bit of lag) does the trick for giving me a valid display object. I don’t want to save to the photo library as this is temp image.
Are there any known issues in this version of Corona regarding display.capture and these devices? I have a few other devices where this isn’t an issue such as the Samsung S3 and an Insignia Flex Elite.