Interface ICamera2

All Known Implementing Classes:
Camera2

public interface ICamera2
  • Method Details

    • requestHighResPhoto

      void requestHighResPhoto()
    • stopPreviewAndCloseCamera

      void stopPreviewAndCloseCamera()
    • openCameraAndStartPreview

      void openCameraAndStartPreview(@NonNull Facing facing, float zoomFactor, int screenOrientation, boolean requireMirroring, boolean enableFlash)
    • applyZoom

      void applyZoom(float zoomFactor)
    • setFaceOrient

      void setFaceOrient(int angle)
    • setPushOn

      void setPushOn(boolean on)
    • setFpsMode

      void setFpsMode(@NonNull CameraFpsMode mode)
    • setScreenOrientation

      void setScreenOrientation(int screenOrientation)
    • setRequireMirroring

      void setRequireMirroring(boolean requireMirroring)
    • setRecordDebugVideo

      void setRecordDebugVideo(@Nullable DebugVideoCallbackListener listener)
    • release

      void release()
    • setFlashEnabled

      void setFlashEnabled(boolean enable)