CameraCharacteristics.RequestMaxNumOutputRaw Property

Definition

The maximum numbers of different types of output streams that can be configured and used simultaneously by a camera device for any <code>RAW</code> formats.

[Android.Runtime.Register("REQUEST_MAX_NUM_OUTPUT_RAW")]
public static Android.Hardware.Camera2.CameraCharacteristics.Key? RequestMaxNumOutputRaw { get; }
[<Android.Runtime.Register("REQUEST_MAX_NUM_OUTPUT_RAW")>]
member this.RequestMaxNumOutputRaw : Android.Hardware.Camera2.CameraCharacteristics.Key

Property Value

CameraCharacteristics.Key
Attributes

Remarks

Java documentation for android.hardware.camera2.CameraCharacteristics.REQUEST_MAX_NUM_OUTPUT_RAW.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also