chatae / diadraw-air-camera-native-extension

Automatically exported from code.google.com/p/diadraw-air-camera-native-extension
0 stars 0 forks source link

NativeCameraExtension.PresetPhoto Unusable #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set camExt.startVideoCamera( NativeCameraExtension.PresetPhoto, 24, 50, 
false);
2. bytearray returned with dimension 852 * 640, which is good
3. after converting the obtained bytearray to bitmapdata, the bitmap image is 
distorted and unusable

* All other presets work very well in the code when I replace PresetPhoto with 
any other preset.

* Using R2.

Original issue reported on code.google.com by ad...@cuijiahao.com on 7 May 2013 at 5:08

GoogleCodeExporter commented 9 years ago
This is more than half a year late, but we've got a fix. The updated ANE is 
here: http://diadraw.com/ios-camera-extension-ios-7-update/

Thanks for reporting the issue!

Original comment by Radoslava.Leseva on 31 Jan 2014 at 1:33