Exposes User DataExposes User DatacropSnapshot crop region in [-1, 1] normalized image space. The full image spans [-1, 1] on each axis (so a centered 50% crop is left=-0.5, right=0.5, bottom=-0.5, top=0.5). Null means "no crop / full image".
Exposes User DatastreamStream descriptor from getSupportedStreams(). Defines camera, resolution, format, and frame rate.
StaticgetReturns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Exposes User DataSet a tuning parameter.
Config key (e.g. CameraModule.ConfigKey.Iso).
Values array (e.g. [400] for ISO).
Stream configuration for creating a camera session.
Remarks
The stream descriptor (from getSupportedStreams) defines the camera, resolution, format, and frame rate. Tuning parameters (ISO, exposure, AE ROI) are set via CameraModule.StreamConfig#setConfig; a snapshot crop region is set via CameraModule.StreamConfig#crop.
Snap OS
Example