connectOutput

fun <P : ImageProcessor> P.connectOutput(    textureView: TextureView,     outputOptions: Set<ImageProcessor.Output.Option> = Collections.emptySet()): Closeable

Allows to connect TextureView as output to ImageProcessor.