You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: