Android Studio – androidx camera2 video capture with flash
I am looking to use camera2 for image and video capture. I found that for image capture I can use the method .setFlashMode(flash_type) but the video capture object does not have this. CameraManager camManager = (CameraManager) getSystemService(Context.CAMERA_SERVICE); String cameraId =…