Android.Hardware.Camera2.CameraCharacteristics.RequestMaxNumOutputRaw Property

Syntax

[Android.Runtime.Register("REQUEST_MAX_NUM_OUTPUT_RAW")]
public static CameraCharacteristics.Key RequestMaxNumOutputRaw { get; }

See Also

CameraCharacteristics.InfoSupportedHardwareLevel
CameraCharacteristics.ScalerStreamConfigurationMap

Value

Documentation for this section has not yet been entered.

Remarks

  • ImageFormat#RAW_SENSOR
  • ImageFormat#RAW10
  • Opaque RAW

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

This value contains the max number of output simultaneous streams from the raw sensor.

This lists the upper bound of the number of output streams supported by the camera device. Using more streams simultaneously may require more hardware and CPU resources that will consume more power. The image format for this kind of an output stream can be any RAW and supported format provided by CameraCharacteristics.ScalerStreamConfigurationMap.

In particular, a RAW format is typically one of:

LEGACY mode devices (CameraCharacteristics.InfoSupportedHardwareLevel== LEGACY) never support raw streams.

Range of valid values:

>= 0

This key is available on all devices.

[Android Documentation]

Requirements

Namespace: Android.Hardware.Camera2
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0