sessionCameraConfig

val sessionCameraConfig: (Session) -> CameraConfig? = null

Sets the camera config to use. The config must be one returned by Session.getSupportedCameraConfigs. Provides details of a camera configuration such as size of the CPU image and GPU texture.

See also