get

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

Directly gets a CaptureRequest from the camera.

Return

the value associated with the key

Parameters

key

the key to get