Package io.anyline2.camera
Class CameraFeaturesX
-
- All Implemented Interfaces:
public final class CameraFeaturesX extends CameraFeatures2
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCameraFeaturesX.CameraSelectorWithFeaturespublic classCameraFeaturesX.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringapi2SupportLevelprivate final FloatmaxDigitalZoomprivate final IntArrayfaceDetectionModesprivate final BooleanisOpticalStabilizationSupportedprivate final IntegerminIsoprivate final IntegermaxIsoprivate final LongminExposureTimeprivate final LongmaxExposureTimeprivate final FloatminFocusDistanceprivate final List<CameraFeatures2.AutoExposureMode>autoExposureModesprivate final FloatArrayfocalLengthsprivate final FloatArrayapertureSizesprivate final FloathyperFocalDistanceprivate final SizeFsensorPhysicalSizepublic final static CameraFeaturesX.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description CameraFeaturesX(CameraInfo cameraInfo)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.anyline2.camera.CameraFeatures2
getApertureSizes, getApi2SupportLevel, getAutoExposureModes, getFaceDetectionModes, getFocalLengths, getHyperFocalDistance, getMaxDigitalZoom, getMaxExposureTime, getMaxIso, getMinExposureTime, getMinFocusDistance, getMinIso, getSensorPhysicalSize, isOpticalStabilizationSupported -
Methods inherited from class io.anyline2.camera.CameraFeatures
getExposureStep, getFocusModes, getFpsRanges, getLensFacing, getMaxAutoExposureRegions, getMaxExposure, getMaxFocusRegions, getMaxFpsRange, getMinExposure, getPictureSizes, getPreviewSizes, getSceneModes, getSensorOrientation, getVideoSizes, isFlashSupported, isVideoStabilizationSupported, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CameraFeaturesX
CameraFeaturesX(CameraInfo cameraInfo)
-
-
-
-