Class CameraFeatures1

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      CameraFeatures1(int cameraId, Camera camera) New camera features from the given id and characteristics
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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 camera
        camera - the camera to get the available features from