What about the time of the people who give answers in this forum and who spend inumerable amounts of volunteer time to do this?
You should follow this forum for a while and you will find that many people ask questions that are asked many times before and many do not bother to try and understand something about AI2 before asking questions. So, if you are one of those rare persons that first did try to find out, then you should say so in your question.
Anyway, I am attaching an .aia
It is about taking a picture with the camera of the phone and then turning it 90 degrees before displaying it on a canvas. Many phones (especially Samsung, but also my Sony) turn camera images sideways. It is a problem being worked on.
The only way to turn an image is by having it in a sprite, but sprites have the nasty habit to distort the image by using whatever height and width you have preset the sprite. The only way to know what the dimensions are is by using an image UI component. The trick is to make the image visible very briefly, to be able to figure out the height and width and the set the sprite. The trick for turning the sprite is to have a canvas that is wider than the screen, because the origin of the sprite is the top left corner, which will be ouside of the picture when turned.
As the final exercise for you is the saving of the canvas and then using the saved file to set the screen background.
Cheers, Ghica.