Click here to Skip to main content
15,888,270 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hye,

in my app when i capture an image through CameraCaptureTask,
and convert that stream to image and show it in a Image Control.

it get rotate by 90 degree anticlockwise...

why it happens.

i have set page orientation to Potrait.

is there any way to rotate it back to 90 degree clockwise.

Thanks...
Posted

1 solution

Hi,

see this link that describes the same problem and a solution that may help you:
http://timheuer.com/blog/archive/2010/09/23/working-with-pictures-in-camera-tasks-in-windows-phone-7-orientation-rotation.aspx[^]
 
Share this answer
 
Comments
DeepsMann 14-Feb-11 0:35am    
thanks,

but what namespace is to be added to get ExifReader

i didn't get it.
JF2015 14-Feb-11 0:41am    
There is a library here: http://www.codeproject.com/KB/silverlight/Exif_Data.aspx that contains the ExifReader. The link I provided clearly states this.
DeepsMann 14-Feb-11 3:53am    
thanks...
i got it...
Espen Harlinn 14-Feb-11 10:25am    
Good link, my 5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900