How to listen to the cameraX lens facing changes
问题 Does camerax provide api for lens facing changes callback? After switching the lens facing camera I want to be notified when it has finished changing and the camera is ready to use. Currently I'm using this dependencies of camerax implementation "androidx.camera:camera-lifecycle:1.0.0-beta01" implementation "androidx.camera:camera-view:1.0.0-alpha08" implementation "androidx.camera:camera-extensions:1.0.0-alpha08" 回答1: Sounds like you need a signal for when the camera starts emitting frames.