freshplanet / ANE-ImagePicker

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

NativeCamera and AirImagePicker #49

Open varadig opened 8 years ago

varadig commented 8 years ago

My app has a screen to use videochat (use Camera.getCamera()->NetStream...) to stream camera content to the partner side.VideoChatScreen The app also have a screen, where a user can take picture.TakePictureScreen

If I use the TakePictureScreen to take picture before initialize the VideoChatScreen everything is works fine. But If I initialize the VideoChatScreen and switch back to the TakePictureScreen when the picture is taken, and select "use image" the application is overlayed by a black screen.

This is only happen just Android. on iOS is working.

If I dont call the NativeCamera (Camera.getCamera()), the AirImagePicker is working allways.

what is the problem, and how can I solve this.

thanks