Is UIGetScreenImage returning an image of whatever is on the screen or is it limited to the screen shown when a camera view is displayed?
would the answer be different depending on whether he has?
David Maymudes
2009-12-28 22:59:29
+6
A:
it returns whatever's on the screen, so if you only want to capture the camera preview image, you need to crop the image UIGetScreenImage returns.
David Maymudes
2009-12-28 18:59:23
Thanks - so then this could also be a useful function to get different screen states together with a timer function to show the application in various states for documentation purposes?
2010-01-01 00:23:16
for that, you'd probably just capture manual screenshots (press both buttons together)
David Maymudes
2010-01-01 04:50:56