Output
Defines the image output model that is available to write to by a ImageProcessor.
Types
Convenience base Output that is backed by android.view.Surface.
Convenience base Output that is backed by android.graphics.SurfaceTexture.
Defines properties of a single image output Frame available from Output.writeFrame.
Defines possible Output usage options that ImageProcessor should consider when interacting with it.
Defines all known purposes that this output can be used for.
Functions
Prepares a Frame to obtain information that is required for ImageProcessor to render.
Properties
Provides the single purpose of this output so that ImageProcessor can adjust its internal implementation to write image data optimized for it.
The natural orientation of a Frame in relation to a device that is rendering it. If returned value is Int.MIN_VALUE (the default) then implementation is expected to use the current device rotation to adjust the rendered output.