public enum

UseCaseConfigFactory.CaptureType

extends java.lang.Enum<UseCaseConfigFactory.CaptureType>

 java.lang.Object

↳java.lang.Enum<UseCaseConfigFactory.CaptureType>

↳androidx.camera.core.impl.UseCaseConfigFactory.CaptureType

Summary

Enum Constants
IMAGE_ANALYSISCapture type for image analysis.
IMAGE_CAPTURECapture type for still image capture.
PREVIEWCapture type for preview.
VIDEO_CAPTURECapture type for video capture.
Methods
public static UseCaseConfigFactory.CaptureTypevalueOf(java.lang.String name)

public static UseCaseConfigFactory.CaptureTypevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

IMAGE_CAPTURE

Capture type for still image capture. A still capture which can be a single or multiple frames which are combined into a single image.

PREVIEW

Capture type for preview. A use case of this type is consuming a stream of frames.

IMAGE_ANALYSIS

Capture type for image analysis. A use case of this type is consuming a stream of frames.

VIDEO_CAPTURE

Capture type for video capture. A use case of this type is consuming a stream of frames.

Methods

public static UseCaseConfigFactory.CaptureType values()

public static UseCaseConfigFactory.CaptureType valueOf(java.lang.String name)