Replies: 5 comments
-
Hello, If you are using replaceView method to go to background and foreground then it is expected. |
Beta Was this translation helpful? Give feedback.
-
Thank you Pedro, I will try the StreamBase classes. One other thing I noticed is that there is no audio from the device's microphone when my app is in the background. Is there a way to fix that? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to switch to using GenericStream instead of GenericCamera2 but I don't see a way to detect when the camera changes. Is that possible to do in GenericStream? |
Beta Was this translation helpful? Give feedback.
-
What do you mean with camera changes? |
Beta Was this translation helpful? Give feedback.
-
I was previously using CameraCallbacks.onCameraChanged. However I was able to get it working by making my own switchCamera() method that calls Camera2Source.switchCamera() and also does what I need. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
-
I set my app up to stream while it's in the background, but now I'm adding filters and they only seem to work when the app is in the foreground. Is there a way to make them work when the app is in the background as well?
Beta Was this translation helpful? Give feedback.
All reactions