camera resolution (2592*1944) BUG
Problem Description:
When I set camera mode to 2592*1944(5M), the view on screen is stretched.
The Issue is occurred in Flash 11+ and Air 3.0+ , and it's NOT fixed in the new release 3.2
It was worked well in Air2.7 and before, or set the resolution down to 1600*1200
Steps to Reproduce:
var cam:Camera = Camera.getCamera();
cam.setMode(2592,1944);
videoDisplay.addCamera(cam);
Expected Result:
It should be same as setMode(1600,1200);
https://bugbase.adobe.com/index.cfm?event=bug&id=3044808
This is 2592*1944 , see the iphone. !!!

1600*1200 good

