Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NativeCamera and AirImagePicker #49

Open
varadig opened this issue Aug 17, 2016 · 0 comments
Open

NativeCamera and AirImagePicker #49

varadig opened this issue Aug 17, 2016 · 0 comments

Comments

@varadig
Copy link

varadig commented Aug 17, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant