Hi,
I also observe such behaviour. I think it is bug and it will be rectify in future version of SDK.
john Smith
john Smith
2013年 07月 18日 05:12
hi,
I think this is a bug. Even same thing i also faced.
john Smith
john Smith
2013年 07月 25日 00:45
Hi,
Check with 2.2, i am not getting the issue.
Anonymous
Anonymousjohn Smith
2013年 07月 25日 04:51
Hi,
I have reported this bug to them and it seems that the camera app now rotates the image 90 deg to look correct. However, the width is still bigger than the height which is confusing to my app (my app rotate the UI according to the image vertical/landscpae mode)
You can check the result using ImageMetadata::GetOrientation() method ... the vertical capture = IMAGE_ORIENTATION_TYPE_ROTATE_90 while landscape capture = IMAGE_ORIENTATION_TYPE_NORMAL
I can sort my app to look better but still confusing !!