fun enableCameraMode(mode: Int): Unit
Enable any single camera mode or multiple camera modes by passing Modes.CameraMode. Multiple modes can be enabled by passing bitwise or'ed value of multiple Modes.CameraMode.
if (!requireInUiThread()) return
config.cameraMode.value = config.cameraMode.value or mode