I have tried to use Texture2D.ReadPixels to get a screenshot as I want to save the camera view with the 3D models appeared. It works well on samsung SI, SIII and those HTC phone I can find, but it always return black screen on samsung not and SII.
If I called camera.render() just before I readpixels, it can get the 3d models but still not the cam view.
Can anyone help? Thank you very much in advance.
Hey,
I'm stuck at a similar problem. Did you find a solution to this? I've tried almost everything - ReadPixels, RenderTexture, getcameraimage, but nothing seems to work. I'll be grateful if you could point me in the right direction.