get

fun <T> get(key: CaptureRequest.Key<T?>): T?

Directly gets a CaptureRequest from the camera.

Return

the value associated with the key

Parameters

key

the key to get