Interface ICamera2

  • All Known Implementing Classes:
    Camera2

    public interface ICamera2
    • Method Detail

      • 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)
      • setScreenOrientation

        void setScreenOrientation​(int screenOrientation)
      • setRequireMirroring

        void setRequireMirroring​(boolean requireMirroring)
      • release

        void release()
      • setFlashEnabled

        void setFlashEnabled​(boolean enable)