Android Camera3 api
===
###### tags: `Android`,`Camera3`


• A Result object with metadata about the capture.
• One to N buffers of image data, each into its own destination Surface.
• Each Surface is a destination for a stream of image buffers of a fixed resolution.
• Only a small number of Surfaces can be configured as outputs at once (~3).
You can think of camera version 3 as a pipeline to camera version 1's one-way stream