freshplanet / ANE-ImagePicker

Air Native Extension for mobile camera and gallery features (iOS + Android)
Apache License 2.0
80 stars 48 forks source link

displayCamera finishPicking slow #12

Open arenagroove opened 11 years ago

arenagroove commented 11 years ago

Hi,

First of all thanks for this great extension which solves most of AIR CameraUI pitfalls and also the Stage3d issues (loose context, but recently it seems in a recent project I'm not loosing the context anymore which is good and strange...)

I have notice in iOS (iPhone4) it takes too long since the Camera UI disappears until the image is received (onStatus: "DID_FINISH_PICKING").

Maybe will be a good idea to dispatch a status like "processing image" or similar when the user press "USE" in the Native Camera UI.

Also is there any special reason to return a bitmapdata and a bytearray? (just wondering that this also slows down a little bit the whole process).

Luis