Package io.anyline2.camera
Class CameraFeatures1
-
- All Implemented Interfaces:
public class CameraFeatures1 extends CameraFeatures
Class to hold available features for the camera api 1
-
-
Constructor Summary
Constructors Constructor Description CameraFeatures1(int cameraId, Camera camera)
New camera features from the given id and characteristics
-
Method Summary
Modifier and Type Method Description boolean
isAutoExposureLockSupported()
-
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
-
CameraFeatures1
CameraFeatures1(int cameraId, Camera camera)
New camera features from the given id and characteristics- Parameters:
cameraId
- the id of the cameracamera
- the camera to get the available features from
-
-
Method Detail
-
isAutoExposureLockSupported
boolean isAutoExposureLockSupported()
- Returns:
true if auto exposure can be locked
-
-
-
-