Feature Settings
constructor(cameraMode: Int, requiredMaxBitDepth: Int, hasVideoCapture: Boolean = false, videoStabilization: <Error class: unknown class> = VideoStabilization.UNSPECIFIED, isUltraHdrOn: Boolean = false, isHighSpeedOn: Boolean = false, isFeatureComboInvocation: Boolean = false, requiresFeatureComboQuery: Boolean = false, targetFpsRange: Range<Int> = FRAME_RATE_RANGE_UNSPECIFIED, isStrictFpsRequired: Boolean = false)
Parameters
camera Mode
The camera mode. This involves the following mapping of mode to features: CameraMode.CONCURRENT_CAMERA ->CameraMode.ULTRA_HIGH_RESOLUTION_CAMERA ->CameraCharacteristics.REQUEST_AVAILABLE_CAPABILITIES_ULTRA_HIGH_RESOLUTION_SENSOR
required Max Bit Depth
The required maximum bit depth for any non-RAW stream attached to the camera. A value of DynamicRange.BIT_DEPTH_10_BIT corresponds to the camera capability CameraCharacteristics.REQUEST_AVAILABLE_CAPABILITIES_DYNAMIC_RANGE_TEN_BIT.
video Stabilization
The video stabilization mode.