CameraSessionController
class CameraSessionController
Functions
Link copied to clipboard
Adds targets to the current capture session
Link copied to clipboard
suspend fun createCameraControllerForOutputs(dynamicRange: Long = this.dynamicRange, outputs: List<Surface> = this.outputs): CameraSessionController
Creates a new capture session with the given outputs.
Link copied to clipboard
Gets a setting from the current capture request.
Link copied to clipboard
Removes a target from the current capture session
Link copied to clipboard
Removes targets from the current capture session
Link copied to clipboard
Link copied to clipboard
fun setRepeatingSession(cameraCaptureCallback: CameraCaptureSession.CaptureCallback = captureCallback)
Sets a repeating session with the current capture request.
Link copied to clipboard
Sets a setting to the current capture request and apply it.
Link copied to clipboard
Sets a setting to the current capture request.